Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 2.01 KB

File metadata and controls

33 lines (20 loc) · 2.01 KB

Run Google Search SERP Scraper without code

The hosted Actor can be run from Apify's web interface. This is the simplest option when you want organic Google results as a downloadable Dataset without installing a package.

Step-by-step

  1. Open Google Search SERP Scraper on Apify.
  2. Open the Input tab.
  3. Add one or more values to Search Queries.
  4. Select Start Page and End Page from 1 to 10.
  5. Select one Language and one Country for the run.
  6. Click Start.
  7. Open Dataset when the run finishes, then export JSON, CSV, Excel or JSONL.

First test

Use data/sample-input.json. It requests one query and page 1, which keeps the first test small. Search results change over time, so compare the returned field structure with the fixture rather than expecting identical rankings.

Use Apify's monthly free usage credit

Apify's Free plan currently includes $5 in monthly prepaid usage and does not require a credit card. Use a small query and one page first. The credit is not unlimited, and unused usage expires at the end of the billing cycle.

See the current Apify pricing for current terms.

What to check in the output

Each Dataset item represents one organic result. Inspect query, page, position, title, url and description. Nullable result fields mean Google did not provide that value; they are not errors by themselves.

The run's Key-Value Store contains a SUMMARY record with page counts, result count, selected market, status and whether the spending limit stopped the run.

Larger runs and pricing

A run accepts up to 10,000 queries and pages 1–10, but the total number of query/page combinations cannot exceed 10,000. The current price is $0.60 per 1,000 delivered organic rows. Check the Actor page before production use because pricing and limits can change.