Bing Search avatar

Bing Search

Pricing

from $20.00 / 1,000 successful api calls

Go to Apify Store
Bing Search

Bing Search

Search Bing and get structured SERP results with titles, URLs, and descriptions.

Pricing

from $20.00 / 1,000 successful api calls

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

What does Bing Search do?

Bing Search lets you query Bing programmatically and extract structured SERP results — titles, URLs, descriptions, and rank positions — without any browser automation or API key. Get clean, paginated search results in seconds for any keyword or query.

Built on the Apify platform, this Actor integrates with Apify's scheduling, webhooks, and 1,500+ tools via Zapier and Make.

  • SEO research — Track keyword rankings and SERP landscape for target keywords
  • Competitor monitoring — See which pages rank for your competitors' branded terms
  • Lead generation — Find companies or websites matching specific search criteria at scale
  • Content research — Discover what content ranks best for a given topic before writing
  • Data pipelines — Feed SERP data into spreadsheets, CRMs, or BI dashboards automatically
  1. Click Try for free on this Actor's page
  2. Enter your search query (e.g. best CRM software 2026)
  3. Set num_results and page if needed
  4. Click Start and wait a few seconds
  5. Download your results from the Output tab in JSON, CSV, or Excel

Input

FieldTypeRequiredDescription
querystringSearch query string
num_resultsintegerNumber of results to return (default 10, max 50)
pageintegerPage number for pagination (default 1)
cachebooleanUse cached result if available (default true)

Example input:

{
"query": "best CRM software 2026",
"num_results": 20,
"page": 1
}

Output

Example output:

{
"results": [
{
"title": "Best CRM Software 2026 – Forbes Advisor",
"url": "https://www.forbes.com/advisor/business/best-crm-software/",
"description": "We reviewed the top CRM tools to help you find the best fit...",
"position": 1
}
],
"total_results": 20,
"meta": { "cache_hit": false, "execution_time_ms": 640 }
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data fields

FieldTypeDescription
resultsarrayList of SERP results
results[].titlestringResult page title
results[].urlstringResult page URL
results[].descriptionstringSnippet / meta description shown in SERP
results[].positionintegerRank position (1-based)
total_resultsintegerNumber of results returned

Pricing / Cost estimation

$0.02 per successful API call on Apify.

  • 1,000 successful Apify runs = $20.00

FAQ & Support

Is this legal? This Actor reads publicly available Bing search results — the same data any browser user can see.

Known limitations: Bing Ads (paid results) are excluded. Local map pack results may not always be captured.

Need help? Open an issue in the Issues tab or contact the support team for custom solutions.