actors/bing-search-scraper
datacortex/bing-search-scraper
Bing Search Scraper
Search Bing and export organic and paid results: title, URL, snippet, display URL, and rank.
When to use it
Use this when the SERP you need is Bing — a second index for rank tracking, or an agent that should not depend on Google.
Versus the sibling Actors
Same job as Google Search Scraper, different engine. Organic rows first, then ads. Default one page per query. It does not scrape Bing Copilot / AI-overview HTML.
Example input
{
"queries": [
"adidas"
],
"domain": "com",
"pages": 1,
"maxResults": 10
}Example output
{
"title": "Adidas - Wikipedia",
"url": "https://en.wikipedia.org/wiki/Adidas",
"type": "organic",
"position": 1
}MCP pin
Agents call this through Apify MCP. Running it needs an Apify token.
{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=datacortex/bing-search-scraper"
}
}
}Pricing
$0.50 per 1,000 results + $0.001 per run. Confirm on the Apify pricing tab if you are budgeting a large run.
Limitations
- Does not return Bing Copilot / AI-overview HTML.
- Ad URLs are often Bing click-through links, not the advertiser’s final URL.
Related Actors
Built and maintained by Irfan Ali, senior AI engineer. Looking for AI engineering work — Bengaluru or remote, can start immediately. Get in touch.