Bing Search Results Scraper avatar

Bing Search Results Scraper

Pricing

from $1.00 / 1,000 result scrapeds

Go to Apify Store
Bing Search Results Scraper

Bing Search Results Scraper

Scrape Bing organic search results — title, URL, displayed URL, snippet, position — for any query, market and language. Cheerio-based, auto pagination, proxy-ready.

Pricing

from $1.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Bing Search Results Scraper 🔷

Get Bing search results as clean rows — organic title, URL, displayed URL, snippet, and position — for any query, market, and language.

Great for SEO rank tracking, keyword research, SERP monitoring, and feeding AI tools with a second search engine's view.

What it does

  • Organic results with position, title, URL, snippet, displayed URL.
  • Localized by market (en-US, pt-BR, de-DE, …); paginates automatically.

Input

{
"queries": ["best crm software", "comprar tênis"],
"market": "en-US",
"resultsPerQuery": 20,
"proxyConfiguration": { "useApifyProxy": true }
}

Output (one row per organic result)

{
"type": "organic",
"query": "best crm software",
"position": 1,
"title": "The 12 Best CRM Software of 2026",
"url": "https://example.com/best-crm",
"displayed_url": "example.com › best-crm",
"snippet": "We tested 30 CRMs...",
"page": 1,
"market": "en-US"
}

Notes

  • Bing's HTML is clean and stable, so this runs reliably with datacenter proxy.
  • Reads only the public results page; no login.
  • The account running the Actor pays for proxy usage.