Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.27 KB

File metadata and controls

35 lines (23 loc) · 2.27 KB

Run Bing Search Scraper without code

The hosted Actor can be run from Apify's web interface. This is the simplest option when you want Bing search results as a downloadable dataset and do not need to write a script.

Step-by-step

  1. Open Bing Search Scraper on Apify.
  2. Open the Input tab.
  3. Add search terms to Queries. Use one value for a quick test or several values for batch research.
  4. Review the optional settings:
    • Country and market for localization.
    • Pages per query for pagination.
    • Maximum results per query for the output size.
    • SafeSearch, ads and SERP-feature options when available in the current Actor input.
  5. Click Start.
  6. Open Dataset when the run completes.
  7. Filter or export the results as JSON, CSV, Excel or JSONL.

First test

Use data/sample-input.json, which contains a small query set and conservative pagination settings. Search results change over time, so the included output is a schema example rather than a ranking guarantee.

Use Apify's monthly free usage credit

Apify's Free plan currently includes $5 in monthly prepaid usage for the Apify Store or your own Actors, and no credit card is required to start. Use a small query set first so you can test Bing Search Scraper while credit is available. The credit is not unlimited, and unused credit expires at the end of the billing cycle.

See the current Apify pricing for the current terms.

What the results mean

Each organicResult item contains the query, country, market, page, position, title, URL, source domain and description. Optional fields can contain dates, sitelinks, rich facts and SERP features. queryStatus rows explain query-level completion or pagination information and are not billable organic-result rows.

Larger runs and pricing

The current public limits are up to 1,000 unique queries, 1–20 pages per query, 50 organic results per query and 50 supported countries. The public price is $0.60 per 1,000 delivered organicResult rows. Check the Actor page before a production run because pricing and limits can change.