Bing Search Scraper avatar

Bing Search Scraper

Pricing

from $1.19 / 1,000 results

Go to Apify Store
Bing Search Scraper

Bing Search Scraper

Scrapes Bing search results by query, returning title, URL, snippet, position, and domain.

Pricing

from $1.19 / 1,000 results

Rating

0.0

(0)

Developer

Anyx Solutions

Anyx Solutions

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

3 days ago

Last modified

Share

banner

Bing Search Scraper

Turn Bing searches into clean, structured JSON results.

Give this scraper a list of search queries and it returns Bing's organic results as structured data: title, URL, snippet, position, and domain. Tracking redirects are resolved to the real destination URL, so every result links straight to the source. It suits SERP tracking, market and competitor research, lead discovery, and feeding search results into AI and data pipelines.

โšก Quick start

{
"queries": ["openai funding round", "apple acquisition"],
"maxItems": 10
}

๐Ÿงฉ Input

FieldTypeRequiredDefaultDescription
queriesarrayyes*โ€”Search terms to look up. One entry per query.
startUrlsarraynoโ€”Bing search URLs to scrape directly, for example https://www.bing.com/search?q=example. Use instead of queries for full control of search parameters.
maxItemsintegeryes10Maximum results per query. See the FAQ on Bing's result limit.
resultTypestringnorssrss for Bing's feed output, html for the standard results page. See below.
marketstringnoen-USMarket code setting country and language, e.g. en-US, en-GB.
languagestringnoenInterface language code, e.g. en.
proxyConfigurationobjectno{ "useApifyProxy": false }Proxy settings.

* Provide either queries or startUrls.

Choosing a result type

rss (default)html
ReliabilityHighest โ€” structured feed outputGood, but depends on page layout
ProxyNot neededNot usually needed
Snippet & titleYesYes
Displayed URLNoYes
Publication dateNoFor news results only

Start with rss. Switch to html when you need displayed URLs or news publication dates.

๐Ÿ“ค Output

Each result becomes one dataset item. Results arrive in Bing's own ranking order, recorded in position. Redirect links are decoded so url is always the real destination rather than a Bing tracking URL. Fields a result does not provide are returned as null rather than omitted, keeping the shape consistent.

Fields

FieldTypeDescription
querystringThe search query that produced this result.
urlstringDestination URL, with Bing's tracking redirect resolved.
titlestringResult title.
snippetstringResult description shown by Bing.
positionnumberRank within the results for this query, starting at 1.
pagenumberResults page number. Always 1.
displayedUrlstringURL as displayed by Bing. html result type only.
domainstringDomain of the destination URL, without www..
publishedAtstringPublication date, ISO 8601. Present for news results in html mode only.
bingIndexedAtstringWhen Bing last indexed the page, ISO 8601. rss result type only. This is an indexing timestamp, not a publication date.
resultTypestringWhich result type produced this item, rss or html.
fetchedAtstringWhen the search was run, ISO 8601.

๐Ÿ’ก Use cases

  • Track how a brand, product, or competitor ranks on Bing over time.
  • Discover sources and coverage for a company or topic, then fetch the pages behind them.
  • Compare Bing rankings against other search engines for SEO research.
  • Feed fresh, cited search results into AI and LLM pipelines.
  • Build lead and prospect lists from search visibility.

โ“ FAQ

  • How many results can I get per query? About ten. Bing serves a single page of organic results per query and ignores requests for more, so raising maxItems above ten will not return additional results. To widen coverage, add more specific queries rather than asking for more results.
  • Do I need a proxy? Usually not, in either result type. Add one if you run large volumes or want results from a specific country.
  • Why is bingIndexedAt not the publication date? It is the time Bing last indexed the page, so it often shows a recent date for old content. Use publishedAt (news results in html mode), or fetch the page itself for a reliable date.
  • What happens if Bing blocks a request? The run fails with a clear error rather than reporting zero results, so a blocked or changed page is never mistaken for "nothing found".
  • Can I search a specific country? Yes. Set market, for example en-GB, and optionally use a proxy in that country.

๐Ÿ”— More scrapers by Anyx

๐Ÿค Anyx Solutions

We build custom scrapers and data-extraction pipelines.

๐Ÿ–ผ Image credit

Image credit: www.bing.com