Bing Search
Pricing
from $20.00 / 1,000 successful api calls
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
Maintained by CommunityActor 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.
Why use Bing Search?
- 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
How to use Bing Search
- Click Try for free on this Actor's page
- Enter your search query (e.g.
best CRM software 2026) - Set num_results and page if needed
- Click Start and wait a few seconds
- Download your results from the Output tab in JSON, CSV, or Excel
Input
| Field | Type | Required | Description |
|---|---|---|---|
query | string | ✅ | Search query string |
num_results | integer | ❌ | Number of results to return (default 10, max 50) |
page | integer | ❌ | Page number for pagination (default 1) |
cache | boolean | ❌ | Use 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
| Field | Type | Description |
|---|---|---|
results | array | List of SERP results |
results[].title | string | Result page title |
results[].url | string | Result page URL |
results[].description | string | Snippet / meta description shown in SERP |
results[].position | integer | Rank position (1-based) |
total_results | integer | Number 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.