Unlimited SERP Tracking
Use Serpstat’s Api to get top 100 search engine results for 100 000 search queries in less than 1 hour
Developer-friendly API
- We don’t parse search results through Yandex XML, because its results lag behind the real ones for several days.
- All SERPs you’ll get use our special API methods. They are not included in Serpstat`s regular API.
- We store crawled data for 24 hours starting from the moment when results are ready.
- All responces are in JSON.
Get up to 100 000
search queries per hour right into your computer
City-based tracking around the Globe
Monitor your positions in 12,000 cities. Choose any language, any region and any city in Google and Yandex Search Engines to get the most accurate data.
Maybe the cheapest service on the market
$0,001 / query
for more than 1 000 000
queries per month
$0,0013 / query
for less than 1 000 000 queries per month
- Create Task
- https://rt.serpstat.com/api/add_task?token=5466bd937cc0b86c147qq8e67a3f45ce&se_id=1&country_id=23&keywords=seo
- Response:
- {
- "result": {
- "task_id": "7",
- "blocked_keywords": []
- },
- "status_msg": "OK",
- "status_code": 200
- }
- Get results:
- http://rt.serpstat.com/api/get_task_result?token=5466bd937cc0b86c147qq8e67a3f45ce&task_id=7
- {
- "result":{
- "task_meta":{
- "se_id":"1",
- "country_id":"23",
- "lang_id":"0",
- "region_id":"0"
- },
- "tops":[{
- "keyword":"seo",
- "keyword_data":{
- "right_spell":"",
- "top":[{
- "domain":"searchengineland.com",
- "features":[],
- "title":"What Is SEO / Search Engine Optimization? - Search Engine Land",
- "url":"http://searchengineland.com/guide/what-is-seo",
- "snippet":"<div class="g"><!--m--><div class="rc" data-hveid="29"><div class="s"><div><span class="st">It is the process of getting traffic from the “free,” “organic,” “editorial” or “natural” search results on search engines.<wbr> ... Start with this quick and easy to understand video about search engine optimization.<wbr> ... Search Engine Land’s Guide To <em>SEO</em>.</wbr></wbr></span><div class="osl"><a class="fl" href="http://searchengineland.com/guide/seo/types-of-search-engine-ranking-factors">Types Of Search Engine</a> · <a class="fl" href="http://searchengineland.com/library/google/google-seo">Google: SEO</a> · <a class="fl" href="http://searchengineland.com/guide/seo/html-code-search-engine-ranking">HTML Code & Search Engine ...</a></div></div></div></div><!--n--></div>",
- "position":1,
- "subdomain":null
- },{
- "domain":"moz.com",
- "features":[],
- "title":"SEO: The Beginner's Guide to Search Engine Optimization - Moz",
- "url":"https://moz.com/beginners-guide-to-seo",
- "snippet":"<div class="g"><!--m--><div class="rc" data-hveid="39"><div class="s"><div><span class="st"><span class="f">Dec 18, 2015 - </span>The Beginner's Guide to <em>SEO</em> has been read over 3 million times and provides comprehensive information you need to get on the road to professional quality Search Engine Optimization, or <em>SEO</em>.<wbr> ... <em>SEO</em> encompasses both the technical and creative elements required to improve rankings ...</wbr></span><div class="osl"><a class="fl" href="https://moz.com/beginners-guide-to-seo/how-search-engines-operate">How Search Engines Operate</a> · <a class="fl" href="https://moz.com/beginners-guide-to-seo/basics-of-search-engine-friendly-design-and-development">The Basics of Search Engine ...</a> · <a class="fl" href="https://moz.com/beginners-guide-to-seo/keyword-research">Keyword Research</a></div></div></div></div><!--n--></div>",
- "position":2,
- "subdomain":null
- },{
- "domain":"wikipedia.org",
- "features":[],
- "title":"Search engine optimization - Wikipedia, the free encyclopedia",
- "url":"https://en.wikipedia.org/wiki/Search_engine_optimization",
- "snippet":"<div class="g"><!--m--><div class="rc" data-hveid="61"><div class="s"><div><span class="st"><em>Search engine optimization</em> (<em>SEO</em>) is the process of affecting the visibility of a website or a web page in a web search engine's unpaid results—often referred to<wbr> ...</wbr></span></div></div></div><!--n--></div>",
- "position":3,
- "subdomain":"en.wikipedia.org"
- }],
- "ads":{
- "1":[],
- "2":[]
- },
- "types":[],
- "results":505000000
- }
- }]
- },
- "status_msg":"OK",
- "status_code":200
- }