Bing Search Scraper
Pricing
Pay per event
Go to Apify Store
Bing Search Scraper
Scrape search results from Bing.com. You can get the total number of results, organic results, paid results, people also ask, related queries and more.
Pricing
Pay per event
Scrape search results from Bing.com. You can get the total number of results, organic results, paid results, people also ask, related queries and more.
resultsPerPageintegerOptional
How many results to fetch on each page. More results per page can speed up total crawl time but may take longer per request.
Default value of this property is 10
maxPagesPerQueryintegerOptional
Maximum number of pages to retrieve for each query.
Default value of this property is 1
marketCodeEnumOptional
Select the market for your search results. You can also use a lowercase country code (e.g. "us"), which will be automatically mapped to the appropriate market code (e.g. "en-US").
"es-AR": string"en-AU": string"de-AT": string"nl-BE": string"fr-BE": string"pt-BR": string"en-CA": string"fr-CA": string"es-CL": string"da-DK": string"fi-FI": string"fr-FR": string"de-DE": string"zh-HK": string"en-IN": string"en-ID": string"it-IT": string"ja-JP": string"ko-KR": string"en-MY": string"es-MX": string"nl-NL": string"en-NZ": string"no-NO": string"zh-CN": string"pl-PL": string"en-PH": string"ru-RU": string"en-ZA": string"es-ES": string"sv-SE": string"fr-CH": string"de-CH": string"zh-TW": string"tr-TR": string"en-GB": string"en-US": string"es-US": string"ar": string"au": string"at": string"be": string"br": string"ca": string"cl": string"dk": string"fi": string"fr": string"de": string"hk": string"in": string"id": string"it": string"jp": string"kr": string"my": string"mx": string"nl": string"nz": string"no": string"cn": string"pl": string"ph": string"ru": string"za": string"es": string"se": string"ch": string"tw": string"tr": string"gb": string"us": stringDefault value of this property is ""
languageCodeEnumOptional
Select language for search results. If left blank, it will default to the language associated with the selected market.
"ar": string"eu": string"bn": string"bg": string"ca": string"zh-hans": string"zh-hant": string"hr": string"cs": string"da": string"nl": string"en": string"en-gb": string"et": string"fi": string"fr": string"gl": string"de": string"gu": string"he": string"hi": string"hu": string"is": string"it": string"jp": string"kn": string"ko": string"lv": string"lt": string"ms": string"ml": string"mr": string"nb": string"pl": string"pt-br": string"pt-pt": string"pa": string"ro": string"ru": string"sr": string"sk": string"sl": string"es": string"sv": string"ta": string"te": string"th": string"tr": string"uk": string"vi": stringDefault value of this property is ""
saveHtmlbooleanOptional
Store the raw HTML of each results page in the output. Useful for debugging or custom parsing, but increases dataset size.
Default value of this property is false
saveHtmlSnapshotUrlsbooleanOptional
Save each page's HTML to the key-value store and include snapshot URLs in the output.
Default value of this property is false
ignoreSoftBlockingbooleanOptional
If enabled, the crawler creates a single request for the first page and does not retry on soft blocked results. If disabled, the crawler will try to detect soft blocking and automatically retry. It will also create multiple requests for the first page with different extra URL parameters until it obtains a full, valid response. This may significantly increase runtime due to multiple attempts.
Default value of this property is false