Domain and URL visibility in organic and paid search says a lot about how authoritative and good a website can be. Marketing Miner continuously crawls data on the most searched queries for the countries it supports and adds information on the occurrence of domains in search results.
These outputs can then be retrieved in bulk either through the interface or through a simple REST API to discover:
- What is the estimated traffic from searches the domain or URL has
- How its attendance has evolved over time
- What is the share of each search result extension in its traffic (paid ads, organic results, shopping ads, local pack,…)
Examples of what this API endpoint can be used for
- Analyzing the visibility of a set of domains (or URLs) and accordingly determining their authority in search results
- Identify domains that have significantly increased/decreased in search engine visibility
- Competitor analysis and identification of which competitors are growing/declining
- Obtaining information on which domains were impacted by the algorithm updates
Try Marketing Miner now:
Documentation:
https://profilers-api.marketingminer.com/docs#/websites/Websites_suggestions_stats_websites_stats_get
Endpoints:
- /websites/stats – Domain statistics (summary statistics of URL/domain visibility in search engines)
- /websites/stats-range – Domain statistics over time (per day/week/month)
URL endpoints:
- https://profilers-api.marketingminer.com/websites/stats
- https://profilers-api.marketingminer.com/websites/stats-range
Mandatory parameters
- api_token – Your API key, which can be used by paid accounts with more than 1 million. credits can be found in the user profile. If you want to try the API without paying, just email us at info@marketingminer.com and we will make the API available to you.
- lang – Country for which you want to retrieve data (currently available: us, gb, cs, sk, pl)
- type – Identify whether you want to get output data for the entire domain and subdomains, domain, URL, or the prefix of the URL. Possible values: exact, prefix, domain, subdomain
- target – Domain/URL for which you want to retrieve data
Sample endpoint usage:
- Python
- PHP (in preparation)
Sample URL of the endpoint query (just add your own API key):
https://profilers-api.marketingminer.com/websites/stats?lang=cs&target=marketingminer.com&type=subdomain&api_token=[API_TOKEN]
Limits and price
- Rate limit: 60 queries/minute
- Number of credits per request: 10 credits
Examples of API usage from external articles
No article yet.
INFO: If you write an article about using our API, please contact us at info@marketingminer.com and we will be happy to add your article here.