Using the “stop_crawl_on_match” parameter in SERP API
In the DataForSEO SERP API, you can now make SERP crawling requests to stop automatically when specific target domains or URLs appear in search results. This functionality is available through the stop_crawl_on_match parameter, which allows you to save costs by avoiding unnecessary crawling once your target is found.
What is the “stop_crawl_on_match” parameter and how does it work?
stop_crawl_on_match is an optional parameter available in DataForSEO Organic SERP APIs: Google, Bing, Yahoo, Baidu, Naver, and Seznam. The parameter consists of an array of up to 10 target objects.
When you specify targets in this parameter, the crawl will automatically stop on the first SERP page where at least one search result element matches any of your targets.
Each target object in the array must contain two fields:
match_valuestring, where you specify the target domain, subdomain, or wildcard pattern;match_typestring, where you specify the matching type relevant to your target. You can select one of three match types:domain,with_subdomains, orwildcard.
Here is an example of setting up the stop_crawl_on_match parameter with two target objects:
"stop_crawl_on_match": [
{
"match_value": "backlinko.com",
"match_type": "domain"
},
{
"match_value": "/biographies/*/",
"match_type": "wildcard"
}
]
Target match types explained
To correctly specify different target objects in the stop_crawl_on_match array, you must set the match_value that follows the respective match_type. Here are examples of setting targets with three available match types:
1 To set a target with the domain match type, you must specify a domain or a subdomain in the match_value field. This target will match search results where the URL domain exactly matches the specified value.
Example:
{
"match_value": "blog.example.com",
"match_type": "domain"
}
Matches: blog.example.com
Does not match: example.com, shop.example.com
2 To set a target with the with_subdomains match type, you must specify the main (root) domain in the match_value field. This target will match search results where the main domain matches, including all subdomains.
Example:
{
"match_value": "example.com",
"match_type": "with_subdomains"
}
Matches: example.com, blog.example.com, shop.example.com
3 Finally, to specify a target with the wildcard match type, you must specify a wildcard pattern in the match_value field. The wildcard must start with either an absolute URL with protocol (https://example.com/path) or a relative URL (/path/to/page).
Here are examples of possible wildcard variants:
- Exact URL match:
“match_value”: "https://example.com/example?test=1$"(the$means “ends with”); - Relative URL:
“match_value”: "/blog/post-*"(matches any URL starting with /blog/post-); - Pattern matching:
“match_value”: "https://example.com/category/*/product"(matches any URL with this pattern).
Example use case of the “stop_crawl_on_match” parameter
Suppose you want to check whether your target website appears in the top 100 Bing results for a specific query. In this case, you can use the Bing Organic Live endpoint and specify the depth: 100 parameter to retrieve the top 100 results, then manually find the target website. However, you will pay $0.0155 for this operation, and the price will remain the same regardless of where your target appears in the results.
With the stop_crawl_on_match parameter, you can significantly reduce crawling costs depending on where the target is found. The crawl will stop immediately once a match is detected, and the difference between the price for the set depth value and the actual number of pages crawled will be automatically refunded to your account.
Let’s see how this works with an example API request and response.
POST: https://api.dataforseo.com/v3/serp/bing/organic/live/advanced
Request example:
[
{
"language_name": "English",
"location_name": "London,England,United Kingdom",
"keyword": "rank checker",
"depth": 100,
"stop_crawl_on_match": [
{
"match_value": "backlinko.com",
"match_type": "domain"
}
]
}
]
Response example:
{
"version": "0.1.20251022",
"status_code": 20000,
"status_message": "Ok.",
"time": "13.7390 sec.",
"cost": 0.0155,
"tasks_count": 1,
"tasks_error": 0,
"tasks": [
{
"id": "10221921-1535-0139-0000-0075d7c09615",
"status_code": 20000,
"status_message": "Ok.",
"time": "13.6264 sec.",
"cost": 0.0155,
"result_count": 1,
"path": [
"v3",
"serp",
"bing",
"organic",
"task_get",
"advanced",
"10221921-1535-0139-0000-0075d7c09615"
],
"data": {
"api": "serp",
"function": "task_get",
"se": "bing",
"se_type": "organic",
"language_name": "English",
"location_name": "London,England,United Kingdom",
"keyword": "rank checker",
"depth": 100,
"stop_crawl_on_match": [
{
"match_value": "backlinko.com",
"match_type": "domain"
}
],
"postback_data": "advanced",
"device": "desktop",
"os": "windows"
},
"result": [
{
"keyword": "rank checker",
"type": "organic",
"se_domain": "bing.com",
"location_code": 1006886,
"language_code": "en",
"check_url": "https://www.bing.com/search?q=rank+checker&form=QBLH&count=50&&cc=gb&mkt=en-GB&setlang=en",
"datetime": "2025-10-22 16:21:55 +00:00",
"spell": null,
"refinement_chips": null,
"item_types": [
"ai_overview",
"organic",
"video",
"people_also_ask",
"paid",
"related_searches"
],
"se_results_count": 0,
"pages_count": 1,
"items_count": 33,
"items": [
{
"type": "ai_overview",
"rank_group": 1,
"rank_absolute": 1,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[1]/li[2]/div[1]/div[1]/div[2]/div[1]",
"markdown": null,
"items": [
{
"type": "ai_overview_images_element",
"url": "https://sitechecker.pro/rank-checker/",
"title": null,
"items": [
{
"type": "image_element",
"alt": null,
"url": null,
"image_url": "https://th.bing.com/th/id/OIP.CJQVejMiOX4i7TR_lv76UwHaDj?w=269&h=200&c=8&rs=1&o=6&pid=23.1"
},
{
"type": "image_element",
"alt": null,
"url": null,
"image_url": "https://th.bing.com/th/id/OIP.LheDYpa9bOaxmxIlnuZp_wHaDn?w=265&h=200&c=8&rs=1&o=6&pid=23.1"
}
]
},
{
"type": "ai_overview_organic_element",
"title": "Website Ranking Checker | Get How Website …",
"url": "https://sitechecker.pro/rank-checker/",
"domain": "sitechecker.pro",
"snippet": "The Google Rank Checker tool enables you to evaluate your website’s keyword positions on Google, offering both current and historical ranking data for desktop and mobile searches within the top 100 Google r… See more",
"breadcrumb": "https://sitechecker.pro › rank-checker",
"website_name": "Sitechecker",
"links": [
{
"type": "link_element",
"title": "See more",
"description": null,
"url": "https://sitechecker.pro/rank-checker/",
"domain": "sitechecker.pro"
}
],
"highlighted": [
"Google Rank Checker"
]
},
{
"type": "ai_overview_video_element",
"position": "left",
"title": "How Google's PageRank Algorithm Works",
"snippet": "146.4K views",
"url": "https://www.youtube.com/watch?v=meonLcN7LD4",
"domain": "www.youtube.com",
"image_url": "https://th.bing.com/th/id/OVP.ysofTNr1DuzgvMB33TR4eAHgFo?w=312&h=200&c=7&rs=1&qlt=90&o=6&pid=1.7",
"source": "YouTube",
"date": "Jun 17, 2020",
"timestamp": "2020-06-17 00:00:00 +00:00"
},
{
"type": "ai_overview_element",
"position": "left",
"title": "Free Keyword Rank Checker Tool - Ahrefs",
"text": "Check and track your rankings for any keyword across 187 countries with Ahrefs. See historical data, SERP features, organic traffic, and more for up to 10,000 keywords.",
"markdown": null,
"links": null,
"images": null,
"references": [
{
"type": "ai_overview_reference",
"position": "left",
"source": "Ahrefs",
"domain": "ahrefs.com",
"url": "https://ahrefs.com/keyword-rank-checker",
"title": "Ahrefs",
"text": null
}
]
},
{
"type": "ai_overview_element",
"position": "left",
"title": "Free Rank Checker [Mobile / Desktop] - SEO Review Tools",
"text": "Use the Free Rank Checker to discover how well your website is performing. Check rankings (10 keywords at a time) and get real-time results.",
"markdown": null,
"links": null,
"images": null,
"references": [
{
"type": "ai_overview_reference",
"position": "left",
"source": "SEO Review Tools",
"domain": "www.seoreviewtools.com",
"url": "https://www.seoreviewtools.com/rank-checker/",
"title": "SEO Review Tools",
"text": null
}
]
},
{
"type": "ai_overview_element",
"position": "left",
"title": "Google website rank checker【No Login, Super Fast, FREE】",
"text": "Use our free Google website rank checker to instantly find your domain's position for any keyword in the top 100 Google search results. No login, incredibl…",
"markdown": null,
"links": null,
"images": null,
"references": [
{
"type": "ai_overview_reference",
"position": "left",
"source": "SEO.ai",
"domain": "seo.ai",
"url": "https://seo.ai/tools/google-website-rank-checker",
"title": "SEO.ai",
"text": null
}
]
}
],
"references": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 1,
"rank_absolute": 2,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[1]",
"domain": "ahrefs.com",
"title": "Free Keyword Rank Checker Tool - Ahrefs",
"url": "https://ahrefs.com/keyword-rank-checker",
"cache_url": "https://cc.bingj.com/cache.aspx?q=rank%20checker&d=5045977284088392&mkt=en-US&setlang=en&w=iWdJrY9lDLL2pQuW6fsBVubFCUdOd6wo",
"related_search_url": null,
"breadcrumb": "https://ahrefs.com › keyword-rank-checker",
"website_name": "Ahrefs",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Check and track your rankings for any keyword across 187 countries with Ahrefs. See historical data, SERP features, organic traffic, and more for up to 10,000 keywords.",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "video",
"rank_group": 1,
"rank_absolute": 3,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[2]",
"items": [
{
"type": "video_element",
"source": "YouTubew3 academy",
"title": "How To Check Website Ranking in Google For Free",
"timestamp": "2021-12-30 00:00:00 +00:00",
"url": "https://www.bing.com/videos/riverview/relatedvideo?q=rank+checker&mid=1CB5770089A105CDB8331CB5770089A105CDB833&FORM=VIRE"
},
{
"type": "video_element",
"source": "YouTubeSEO PowerSuite",
"title": "How to Use Rank Tracker for Keyword Research and Rank Checking (2023)",
"timestamp": "2022-06-03 00:00:00 +00:00",
"url": "https://www.bing.com/videos/riverview/relatedvideo?q=rank+checker&mid=B693D4C41A115CAD0935B693D4C41A115CAD0935&FORM=VIRE"
},
{
"type": "video_element",
"source": "YouTubeRanking Academy",
"title": "Mind-Blowing Google Business Rank Tracker - Check Your Rankings With Pinpoint Accuracy",
"timestamp": "2023-08-08 00:00:00 +00:00",
"url": "https://www.bing.com/videos/riverview/relatedvideo?q=rank+checker&mid=3089437C8EC169FBC5563089437C8EC169FBC556&FORM=VIRE"
}
],
"rectangle": null
},
{
"type": "organic",
"rank_group": 2,
"rank_absolute": 4,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[3]",
"domain": "www.websiterankchecker.com",
"title": "Website Rank Checker",
"url": "https://www.websiterankchecker.com/",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://www.websiterankchecker.com",
"website_name": "websiterankchecker.com",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Website Rank Checker helps to identify your SEO mistakes and optimize your web page contents for a better search engine ranking.",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 3,
"rank_absolute": 5,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[4]",
"domain": "smallseotools.com",
"title": "Keyword Rank Checker - A Free online Google …",
"url": "https://smallseotools.com/keyword-position/",
"cache_url": "https://cc.bingj.com/cache.aspx?q=rank%20checker&d=4571258841094007&mkt=en-US&setlang=en&w=8G-gScq8nO8exMNz-LwFgbVWUhKTP-17",
"related_search_url": null,
"breadcrumb": "https://smallseotools.com › keyword-position",
"website_name": "Small SEO Tools",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Check the keyword rank of your website or URL in Google for up to 20 keywords at a time. Enter your domain, keywords and search engine and …",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 4,
"rank_absolute": 6,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[5]",
"domain": "www.seoreviewtools.com",
"title": "Free Rank Checker [Mobile / Desktop] - SEO Review Tools",
"url": "https://www.seoreviewtools.com/rank-checker/",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://www.seoreviewtools.com › rank-checker",
"website_name": "SEO Review Tools",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Sep 19, 2024 · Use the Free Rank Checker to discover how well your website is performing. Check rankings (10 keywords at a time) and get real-time results.",
"pre_snippet": "Sep 19, 2024",
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": {
"rating_type": "CustomMax",
"value": 8.4,
"votes_count": null,
"rating_max": 10
},
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 5,
"rank_absolute": 7,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[6]",
"domain": "backlinko.com",
"title": "Free Keyword Rank Checker Monitor Google …",
"url": "https://backlinko.com/tools/rank-checker",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://backlinko.com › tools › rank-checker",
"website_name": "Backlinko",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "May 16, 2025 · When you monitor your keyword rankings, you can identify which websites and competitors are ranking for the same keywords you’re …",
"pre_snippet": "May 16, 2025",
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "people_also_ask",
"rank_group": 1,
"rank_absolute": 8,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[7]",
"items": [
{
"type": "people_also_ask_element",
"title": null,
"seed_question": null,
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[7]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/div[1]",
"expanded_element": [
{
"type": "people_also_ask_expanded_element",
"featured_title": "What is a keyword rank checker?",
"url": "https://www.rankranger.com/rank-checker",
"domain": "www.rankranger.com",
"title": "Rank Checker - #1 Keyword Tracking Tool | Rank Ranger",
"description": "In addition to the rank reports for desktop searches, Rank Checker provides timely and accurate rank tracking for searches on other devices and platforms. With the incredible growth in mobile searches, a keyword rank checker that gives you rank tracking for mobile devices is a must.",
"images": null,
"timestamp": null,
"table": null
}
]
},
{
"type": "people_also_ask_element",
"title": null,
"seed_question": null,
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[7]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/div[2]",
"expanded_element": [
{
"type": "people_also_ask_expanded_element",
"featured_title": "What is Google rank checker?",
"url": "https://www.searchenginegenie.com/google-rank-checker.php",
"domain": "www.searchenginegenie.com",
"title": "Google Rank checker Rank Finder Position checker ... - Search Engine G…",
"description": "Search Engine Genie’s Google Rank Checker is the longest-running free Google rank checker available online. We have kept this tool up and running for about 20 years as a way of thanking the internet community for all it has given us. Search Engine genie is a Magician for all your dreams.",
"images": null,
"timestamp": null,
"table": null
}
]
},
{
"type": "people_also_ask_element",
"title": null,
"seed_question": null,
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[7]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/div[3]",
"expanded_element": [
{
"type": "people_also_ask_expanded_element",
"featured_title": "What is rankchecker Io?",
"url": "https://rankchecker.io/",
"domain": "rankchecker.io",
"title": "RankChecker.io - Accurate & Reliable Free Keyword Rank Checker",
"description": "Rankchecker.io is a free Google website rank checker service for webmasters, SEO beginners and professionals. It allows you to monitor your website’s keyword rankings online in Google’s SERPs. While other keyword tools on the market often cost hundreds of dollars per month, ours is completely free.",
"images": null,
"timestamp": null,
"table": null
}
]
},
{
"type": "people_also_ask_element",
"title": null,
"seed_question": null,
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[7]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/div[4]",
"expanded_element": [
{
"type": "people_also_ask_expanded_element",
"featured_title": "What is the website ranking checker?",
"url": "https://seostudio.tools/website-ranking-checker",
"domain": "seostudio.tools",
"title": "Website Rank Checker | Free Google Website Ranking Checker Tool",
"description": "The Website Ranking Checker is a powerful, user-friendly tool designed to help you discover the performance of your website in search engine results pages (SERPs). This free tool allows you to quickly analyze your website's organic rankings for various keywords, providing a comprehensive overview of your online visibility and SEO effectiveness.",
"images": null,
"timestamp": null,
"table": null
}
]
},
{
"type": "people_also_ask_element",
"title": null,
"seed_question": null,
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[7]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/div[5]",
"expanded_element": [
{
"type": "people_also_ask_expanded_element",
"featured_title": "What is rank checker?",
"url": "https://www.rankranger.com/rank-checker",
"domain": "www.rankranger.com",
"title": "Rank Checker - #1 Keyword Tracking Tool | Rank Ranger",
"description": "Rank Checker is a feature-packed keyword tracking tool offering completely scalable SEO software solutions for small, mid-size and enterprise companies.",
"images": null,
"timestamp": null,
"table": null
}
]
},
{
"type": "people_also_ask_element",
"title": null,
"seed_question": null,
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[7]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/div[6]",
"expanded_element": [
{
"type": "people_also_ask_expanded_element",
"featured_title": "How much does a keyword rank checker cost?",
"url": "https://rankchecker.io/",
"domain": "rankchecker.io",
"title": "RankChecker.io - Accurate & Reliable Free Keyword Rank Checker",
"description": "While other keyword tools on the market often cost hundreds of dollars per month, ours is completely free. You can use our free keyword rank checker to check rankings for any country or language.",
"images": null,
"timestamp": null,
"table": null
}
]
}
],
"rectangle": null
},
{
"type": "organic",
"rank_group": 6,
"rank_absolute": 9,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[8]",
"domain": "seo.ai",
"title": "Google website rank checker【No Login, Super Fast, FREE】",
"url": "https://seo.ai/tools/google-website-rank-checker",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://seo.ai › tools › google-website-rank-checker",
"website_name": "SEO.ai",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Use our free Google website rank checker to instantly find your domain's position for any keyword in the top 100 Google search results. No login, incredibly fast, and completely free.",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 7,
"rank_absolute": 10,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[9]",
"domain": "rankchecker.io",
"title": "RankChecker.io - Accurate & Reliable Free …",
"url": "https://rankchecker.io/",
"cache_url": "https://cc.bingj.com/cache.aspx?q=rank%20checker&d=4814774911051854&mkt=en-US&setlang=en&w=zXA2FjjMeSeNgZRQpLLaoLdsC8i5OzeU",
"related_search_url": null,
"breadcrumb": "https://rankchecker.io",
"website_name": "RankChecker.io",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Monitor your website's keyword rankings online in Google's SERPs with RankChecker.io. It's a free SEO tool that allows you to check rankings for …",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 8,
"rank_absolute": 11,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[10]",
"domain": "questiondb.io",
"title": "Free Website Ranking Checker Tool",
"url": "https://questiondb.io/website-ranking-checker",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://questiondb.io › website-ranking-checker",
"website_name": "QuestionDB",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Website Ranking Checker Instantly analyze any website's keyword rankings on Google. Get comprehensive data on keyword position, search volume, …",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 9,
"rank_absolute": 12,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[11]",
"domain": "searchengineland.com",
"title": "Free SEO Checker & Site Audit Tool | Improve Rankings",
"url": "https://searchengineland.com/tools/seo-checker",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://searchengineland.com › tools › seo-checker",
"website_name": "Search Engine Land",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Oct 9, 2025 · Run a free SEO check to find errors, optimize pages, and boost visibility. Get instant reports on backlinks, keywords, and technical SEO health.",
"pre_snippet": "Oct 9, 2025",
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 10,
"rank_absolute": 13,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[12]",
"domain": "www.seobility.net",
"title": "Free Website Ranking Checker | Google Keyword …",
"url": "https://www.seobility.net/en/rankingcheck/",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://www.seobility.net › en › rankingcheck",
"website_name": "Seobility",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Use our keyword rank tool to check your search engine position for any search term. See rankings from specific cities or regions, as well as …",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 11,
"rank_absolute": 14,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[13]",
"domain": "www.thehoth.com",
"title": "Google Rank Checker Tool (Check Your SEO Rankings) - The …",
"url": "https://www.thehoth.com/search-engine-rankings/",
"cache_url": "https://cc.bingj.com/cache.aspx?q=rank%20checker&d=4625693257726017&mkt=en-US&setlang=en&w=eA2CtSXqmCU3hcL8_fX-G2Ze17dvHf7j",
"related_search_url": null,
"breadcrumb": "https://www.thehoth.com › search-engine-rankings",
"website_name": "The HOTH",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Find your top traffic driving keywords and boost them to page one with this free tool powered by SEMrush. Learn how to use keywords, analyze your SEO, and get expert advice from The …",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 12,
"rank_absolute": 15,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[14]",
"domain": "www.searchenginegenie.com",
"title": "Google Rank checker Rank Finder Position checker Google …",
"url": "https://www.searchenginegenie.com/google-rank-checker.php",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://www.searchenginegenie.com › google-rank-checker.php",
"website_name": "Search Engine Genie",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Search Engine Genie’s Google Rank Checker is the longest-running free Google rank checker available online. We have kept this tool up and running for about 20 years as a way of …",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 13,
"rank_absolute": 16,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[15]",
"domain": "www.rankranger.com",
"title": "Rank Checker - #1 Keyword Tracking Tool | Rank Ranger",
"url": "https://www.rankranger.com/rank-checker",
"cache_url": "https://cc.bingj.com/cache.aspx?q=rank%20checker&d=4694739165216280&mkt=en-US&setlang=en&w=L81LcEx5ja1W6_9rPUn0cUlgGV7Y5yes",
"related_search_url": null,
"breadcrumb": "https://www.rankranger.com › rank-checker",
"website_name": "Rank Ranger",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Track your rankings across any search engine, market, and location with Rank Tracker. Analyze your SERP features, trends, stability, and opportunities with custom graphs and reports.",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 14,
"rank_absolute": 17,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[16]",
"domain": "moz.com",
"title": "Moz Rank Checker: SEO Keyword Rank Tracker Tool - Moz",
"url": "https://moz.com/tools/rank-tracker",
"cache_url": "https://cc.bingj.com/cache.aspx?q=rank%20checker&d=4743207871537562&mkt=en-US&setlang=en&w=-bqOSsZhDMls9h_LSCOkOtTk2oWa6fWX",
"related_search_url": null,
"breadcrumb": "https://moz.com › tools › rank-tracker",
"website_name": "Moz",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Check your keyword rankings, search volume, and keyword difficulty for any site and search engine with Moz Rank Checker. Start a free trial to access more SEO tools and features.",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 15,
"rank_absolute": 18,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[17]",
"domain": "ahrefs.com",
"title": "Free SERP Checker: Fast, Accurate Google Rank Checker - Ahrefs",
"url": "https://ahrefs.com/serp-checker",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://ahrefs.com › serp-checker",
"website_name": "Ahrefs",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Check the top 10 Google search results for any keyword. Get fast and accurate results in seconds. No registration required.",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 16,
"rank_absolute": 19,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[18]",
"domain": "www.dopinger.com",
"title": "Free Keyword Rank Checker (Check Your Google Rankings)",
"url": "https://www.dopinger.com/rank-checker/",
"cache_url": "https://cc.bingj.com/cache.aspx?q=rank%20checker&d=4831258984646222&mkt=en-US&setlang=en&w=tBSy7Vpp3TmVAPWm3jcXXA1EZww0bibR",
"related_search_url": null,
"breadcrumb": "https://www.dopinger.com › rank-checker",
"website_name": "Dopinger",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Dopinger's free keyword rank checker tool helps you analyze your website's ranking for specific keywords on Google SERPs. You can filter, compare, and download your report to improve …",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 17,
"rank_absolute": 20,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[19]",
"domain": "backlinko.com",
"title": "Free Keyword Rank Checker | Monitor Your Google Rankings",
"url": "https://backlinko.com/tools/website-rank-checker",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://backlinko.com › tools › website-rank-checker",
"website_name": "Backlinko",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "May 17, 2025 · When you track your website rankings, you can identify which competitors are ranking for the same terms you’re targeting. This provides valuable insights into the …",
"pre_snippet": "May 17, 2025",
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 18,
"rank_absolute": 21,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[20]",
"domain": "www.link-assistant.com",
"title": "Rank Tracker - Free Ranking Tool for Checking Keywords",
"url": "https://www.link-assistant.com/rank-tracker/",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://www.link-assistant.com › rank-tracker",
"website_name": "SEO PowerSuite",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Scan the top 10, top 50, or even 1,000 search results, track global and local keyword rankings, get positions in Google SERPs or check any alternative search engine ranking — you can do that …",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 19,
"rank_absolute": 22,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[21]",
"domain": "serps.com",
"title": "Free SERPs.com Rank Checker Tool",
"url": "https://serps.com/tools/rank-checker/",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://serps.com › tools › rank-checker",
"website_name": "serps.com",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Enter a url below for insights into a domains organic traffic, keyword rankings, search results and more!",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 20,
"rank_absolute": 23,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[22]",
"domain": "seostudio.tools",
"title": "Free Google Website Ranking Checker Tool - SEOStudio",
"url": "https://seostudio.tools/website-ranking-checker",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://seostudio.tools › website-ranking-checker",
"website_name": "seostudio.tools",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Easily track your website's performance with our free website rank checker. Analyze your Google rankings and improve your SEO strategy with our powerful ranking checker tool.",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 21,
"rank_absolute": 24,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[23]",
"domain": "curiousblogger.com",
"title": "17 Best FREE Keyword Rank Checker Tools [2025] - Curious …",
"url": "https://curiousblogger.com/google-keyword-ranking-tools/",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://curiousblogger.com › google-keyword-ranking-tools",
"website_name": "Curious Blogger",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Oct 11, 2024 · Free Keyword Ranking Tools - Here is the list of top best Keyword Rank Checker Tools that allow you to check keyword positions in Google SERP",
"pre_snippet": "Oct 11, 2024",
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 22,
"rank_absolute": 25,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[24]",
"domain": "ahrefs.com",
"title": "Website Authority Checker: Check the \"Authority\" Of Any Domain …",
"url": "https://ahrefs.com/website-authority-checker",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://ahrefs.com › website-authority-checker",
"website_name": "Ahrefs",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Free tool to check the \"authority\" of any website based on the quality and quantity of its external backlinks.",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 23,
"rank_absolute": 26,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[25]",
"domain": "www.thecompleteuniversityguide.co.uk",
"title": "University Rankings and League Tables 2026",
"url": "https://www.thecompleteuniversityguide.co.uk/league-tables/rankings",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://www.thecompleteuniversityguide.co.uk › league-tables",
"website_name": "Complete University Guide",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Jun 24, 2025 · New for 2026! Our league tables rank the best universities in the UK, overall and in 74 subject areas for you to compare universities, whether you're looking to start university in …",
"pre_snippet": "Jun 24, 2025",
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 24,
"rank_absolute": 27,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[26]",
"domain": "www.topuniversities.com",
"title": "QS World University Rankings 2026: Top global universities",
"url": "https://www.topuniversities.com/world-university-rankings",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://www.topuniversities.com › world-university-rankings",
"website_name": "Top Universities",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Explore QS World University Rankings® 2026 of 1501 institutions based on 8 key ranking indicators- academics, faculty/student ratio, international student & more.",
"pre_snippet": null,
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 25,
"rank_absolute": 28,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[27]",
"domain": "www.qs.com",
"title": "QS World University Rankings 2026 results",
"url": "https://www.qs.com/insights/qs-world-university-rankings-2026-results",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://www.qs.com › insights",
"website_name": "QS",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "Jun 19, 2025 · Explore the QS World University Rankings 2026. See the top 10, big movers, country trends, and expert analysis in QS Insights Magazine.",
"pre_snippet": "Jun 19, 2025",
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 26,
"rank_absolute": 29,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[28]",
"domain": "www.espncricinfo.com",
"title": "ICC Rankings - Latest ICC Team Rankings for Tests, ODIs, T20s",
"url": "https://www.espncricinfo.com/rankings/icc-team-ranking",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://www.espncricinfo.com › rankings › icc-team-ranking",
"website_name": "ESPNcricinfo",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "1 day ago · Check out latest ICC cricket team rankings for Tests, ODIs, and T20I cricket on ESPNcricinfo. Find ICC ranking of your favorite teams and players.",
"pre_snippet": "1 day ago",
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 27,
"rank_absolute": 30,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[29]",
"domain": "www.espn.com",
"title": "FIFA Men's Top 50 World Rankings: Week of October 17",
"url": "https://www.espn.com/soccer/story/_/id/46664763/fifa-mens-top-50-world-rankings",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://www.espn.com › soccer › story › id",
"website_name": "ESPN",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "1 day ago · As of the week of Oct. 17, Spain, Argentina and France are leading the FIFA men's world rankings. Check out the rest of the top 50 breakdown now.",
"pre_snippet": "1 day ago",
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "organic",
"rank_group": 28,
"rank_absolute": 31,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[30]",
"domain": "sports.yahoo.com",
"title": "Justin Boone's Fantasy Football Rankings for Week 7",
"url": "https://sports.yahoo.com/fantasy/article/justin-boone-fantasy-football-rankings-192406119.html",
"cache_url": null,
"related_search_url": null,
"breadcrumb": "https://sports.yahoo.com › fantasy › article › justin-boone-fantasy-footb…",
"website_name": "Yahoo Sports",
"is_image": false,
"is_video": false,
"is_featured_snippet": false,
"is_malicious": false,
"is_web_story": false,
"description": "5 days ago · Here are Justin Boone's half-PPR rankings for Week 7 of the 2025 NFL season.",
"pre_snippet": "5 days ago",
"extended_snippet": null,
"images": null,
"amp_version": false,
"rating": null,
"price": null,
"highlighted": null,
"links": null,
"faq": null,
"extended_people_also_search": null,
"about_this_result": null,
"related_result": null,
"timestamp": null,
"rectangle": null
},
{
"type": "paid",
"rank_group": 1,
"rank_absolute": 32,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[31]/ul[1]/li[1]/div[1]",
"title": "Rank Checker - Try for Free - Get a Full Week Free",
"domain": "www.semrush.com",
"website_name": null,
"breadcrumb": "https://www.semrush.com › position › tracking",
"is_image": false,
"is_video": false,
"images": null,
"url": "https://www.semrush.com/lp/position-tracking-new/en/",
"highlighted": null,
"extra": {
"ad_aclk": null
},
"description": "Sponsored See everything you can achieve with powerful SEO tools by Semrush. Traditional SEO tools miss AI search visibility—Semrush doesn’t.",
"description_rows": null,
"links": null,
"price": null,
"rating": null,
"rectangle": null
},
{
"type": "related_searches",
"rank_group": 1,
"rank_absolute": 33,
"page": 1,
"position": "left",
"xpath": "/html[1]/body[1]/div[2]/main[1]/div[3]/ol[2]/li[32]/div[2]",
"items": [
"free rank checker",
"website rank checker",
"free website rank checking tool",
"rank check",
"rank checker google",
"website rank checker online",
"free rank checker online",
"site rank checker"
],
"rectangle": null
}
]
}
]
}
]
}
As you can see, the crawl stopped on the first SERP page, where the target was found. In this case, the task cost will decrease from $0.0155 to $0.002, and you will receive a refund of $0.0135.
In summary, by using the stop_crawl_on_match parameter, you can optimize your SERP API spending by stopping crawl when your target appears in search results, paying only for the crawled pages rather than the full depth you initially set.