Domain Methods

The API’s domain methods allow access to domain related data. They will give you a 360° overview of over 100 million actively used domains.

Even though they are called domain methods, it is possible to control the extent of the data output more precisely. With the domain methods, users can request data for the domain (sistrix.com), the hostname (www.sistrix.com), the path (http://www.sistrix.com/blog) or a single URL (http://www.sistrix.com/blog/file.html). The parameters domain, host, path or url are used for this purpose:

Domain: ...?domain=sistrix.com 
Hostname: ...?host=www.sistrix.com
Path: ...?path=https://www.sistrix.com/path/
URL: ...?url=https://www.sistrix.com/file.html

Domains and hostnames should be specified without protocol, while the protocol must be specified for a path and URL. Therefore, you can decide between HTTP and HTTPS for those.

domain

The method domain offers an overview of available request methods for a given domain. Besides the mandatory API key, the domain name needs to be added as the domain parameter. Alternatively, a path can be requested using the path parameter, a hostname using the host parameter or a URL using the url parameter. The answer consists of possible methods, including the associated URL and label. No credits are deducted for this request.

Required parameters: api_key; domain, host, path or url

https://api.sistrix.com/domain?api_key=[API_KEY]&domain=sistrix.com

domain.overview

This provides an overview of the current key figures for the domain. For this purpose, the latest values of all relevant domain.* methods are delivered: domain.sichtbarkeit, domain.age, domain.kwcount.seo, domain.kwcount.sem. Each delivered value equals one credit.

Required parameters: api_key; domain, host, path or url

https://api.sistrix.com/domain.overview?api_key=[API_KEY]&domain=sistrix.com

domain.sichtbarkeitsindex

This method delivers a domain’s SISTRIX Visibility Index value. If the history parameter is set to true, not only the current results but also all available value of the past are delivered. You can use the parameter num to limit these results. If the daily parameter is also set to true, the daily VI values are delivered.

The result for a given date can be requested with the date parameter – the format for this is YYYY-MM-DD (e.g., 2012-12-24). The daily VI values are only available for the previous 30 days.

The smartphone Visibility Index can be requested by setting the mobile parameter to true.

One line equals one credit.

Required parameters: api_key; domain, host, path or url
Optional parameters: history, num, date, daily, mobile

https://api.sistrix.com/domain.sichtbarkeitsindex?api_key=[API_KEY]&domain=sistrix.com

domain.sichtbarkeitsindex.overview

This function provides three data points: the highest ever measured Visibility Index of a domain, the lowest ever measured Visibility Index of the domain, and the number of weeks for which we have measured the Visibility Index.

If the parameter daily is set to true, the daily data from the last 90 days are used as the source. Otherwise, the weekly data points since the start of the measurement. The mobile data can be selected by setting the mobile parameter to true. This function costs 10 credits per call.

Required parameters: api_key; domain, host, path or url
Optional parameters: daily, mobile

https://api.sistrix.com/domain.sichtbarkeitsindex.overview?api_key=[API_KEY]&domain=sistrix.com

domain.age

Age of the domain. This request costs one credit.

Required parameters: api_key, domain

https://api.sistrix.com/domain.age?api_key=[API_KEY]&domain=sistrix.com

domain.urls

Listing of the ranking URLs of the domain, including the number of keywords in the top 10, top 100 and the proportion of the specific URL in the overall visibility of the domain. The returned data for this API function corresponds to the table “URLs” in the frontend of SISTRIX.

Required parameters: api_key, domain, host, path or url
Optional parameters: offset, limit, country

https://api.sistrix.com/domain.urls?domain=sistrix.de&api-key=[API_KEY]&country=uk

domain.competitors.seo

Delivers the domain’s SEO competitors based on mobile rankings. The domain name is delivered together with the coincidence degree (0-100). The num parameter allows the number of delivered domains to be reduced. By default, 100 results are delivered. One line equals one credit.

Required parameters: api_key; domain, host, path or url
Optional parameters: num, date

https://api.sistrix.com/domain.competitors.seo?api_key=[API_KEY]&domain=sistrix.com

domain.competitors.sem

Delivers the domain’s AdWords competitors. The domain name is delivered together with the coincidence degree (0-100). The num parameter allows the number of delivered domains to be reduced. By default, 100 results are delivered. One line equals one credit.

Required parameters: api_key; domain, host, path or url
Optional parameters: num

https://api.sistrix.com/domain.competitors.sem?api_key=[API_KEY]&domain=sistrix.com

domain.kwcount.seo

Number of keywords found for this domain for the organic Google index. The parameter date=YYYY-MM-DD can be used to output a historical value. If the history parameter is set to true, not only the current results but also all available value of the past are delivered. One line equals one credit.

Required parameters: api_key; domain, host, path or url
Optional parameters: date, history

https://api.sistrix.com/domain.kwcount.seo?api_key=[API_KEY]&domain=sistrix.com

domain.kwcount.seo.top10

Number of Top10 keywords found for this domain for the organic Google index. The parameter date=YYYY-MM-DD can be used to output a historical value. If the history parameter is set to true, not only the current results but also all available value of the past are delivered. One line equals one credit.

Required parameters: api_key; domain, host, path or url
Optional parameters: date, history

https://api.sistrix.com/domain.kwcount.seo.top10?api_key=[API_KEY]&domain=sistrix.com

domain.kwcount.sem

Number of keywords found for this domain in the AdWords index. The parameter date=YYYY-MM-DD can be used to output a historical value. If the history parameter is set to true, not only the current results but also all available value of the past are delivered. One line equals one credit.

Required parameters: api_key; domain, host, path or url
Optional parameters: date, history

https://api.sistrix.com/domain.kwcount.sem?api_key=[API_KEY]&domain=sistrix.com

domain.kwcount.us

Number of keywords found for this domain in the Universal Search index. The parameter date=YYYY-MM-DD can be used to output a historical value. If the history parameter is set to true, not only the current results but also all available value of the past are delivered. One line equals one credit.

Required parameters: api_key; domain, host, path or url
Optional parameters: date, history

https://api.sistrix.com/domain.kwcount.us?api_key=[API_KEY]&domain=sistrix.com

domain.ranking.distribution

Number of rankings found per page for this domain for the organic Google index. The parameter date=YYYY-MM-DD can be used to output a historical value. If the history parameter is set to true, not only the current results but also all available value of the past are delivered. One line equals one credit.

By setting the parameter mobile to true, the smartphone Visibility Index is output.

By setting the parameter percent to true, percentage values are output. The country can be selected by setting the country parameter.

Required parameters: api_key; domain; date or history
Optional parameters: country, percent, mobile

https://api.sistrix.com/domain.ranking.distribution?api_key=[API_KEY]&domain=sistrix.com

domain.social.overview

Number of current votes on the three major social networks (Facebook, Pinterest, LinkedIn). This request costs 3 credits.

Required parameters: api_key; domain, host, path or url

https://api.sistrix.com/domain.social.overview?api_key=[API_KEY]&domain=sistrix.com

domain.social.top

Number of current votes related to individual URLs of this domain. If network is set to a specific network, for instance facebook, only the votes on the selected network are displayed. The num parameter limits the number of lines. Via the offset parameter, it is possible to define a minimum value for the displayed results. For instance, offset=100, delivers results from 100200. One line equals one credit.

Required parameters: api_key; domain, host, path or url
Optional parameters: network (facebook, pinterest, linkedin), num, offset

https://api.sistrix.com/domain.social.top?api_key=[API_KEY]&domain=sistrix.com

domain.social.latest

The domain’s URLs are sorted by their most recent mention. If network is set to a specific network, for instance facebook, only the votes on the selected social network are displayed. The num parameter limits the number of lines. One line equals one credit.

Required parameters: api_key; domain, host, path or url
Optional parameters: network (facebook, pinterest, linkedin), num

https://api.sistrix.com/domain.social.latest?api_key=[API_KEY]&domain=sistrix.com

domain.social.url

Number of votes for a single URL on this domain. The data output is divided according to network. One line equals one credit.

Required parameters: api_key; url; domain, host, path or url

https://api.sistrix.com/domain.social.url?api_key=[API_KEY]&domain=sistrix.com

domain.opportunities

This will output the keyword opportunities of a domain. You can use the limit parameter to adjust the amount displayed. One line equals one credit.

Required parameters: api_key; domain, host, path or url
Optional parameters: limit, offset, mobile

https://api.sistrix.com/domain.opportunities?api_key=[API_KEY]&domain=sistrix.com

domain.ideas

This request will return keyword ideas for the existing rankings, based on related search requests shown by Google at the bottom of the search results pages. One line equals one credit.

Required parameters: api_key; domain, host, path or url
Optional parameters: limit, offset, mobile

https://api.sistrix.com/domain.ideas?api_key=[API_KEY]&domain=sistrix.com
12.04.2023