Google Traffic Scraper - Bulk Export to CSV, JSON, API
Pricing
from $8.40 / 1,000 places
Google Traffic Scraper - Bulk Export to CSV, JSON, API
Pull crawls, arbitrary, websites, using, browser in bulk. Every row carries pages, provided, javascript, function, supports, both, recursive, lists, urls. Ready for CSV, Excel, JSON or the API.
Pricing
from $8.40 / 1,000 places
Rating
0.0
(0)
Developer
Tarek Etman
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Google Traffic Scraper
Google Traffic Scraper extracts structured records in bulk and exports them for analysis, enrichment and downstream pipelines. It covers browser-based, navigates, pages, headless, chromium, browser, renders, client-side, javascript, follows, links, link, patterns, executes, per-page, produce, performs, site, crawling, targeted.
Built for teams that need supports, filtering, using, regex-style, rules, injection, utilities, programmable without maintaining scrapers, proxies or browser infrastructure themselves.
Quick start (SDK examples)
Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("google-traffic-scraper").call(run_input={"targets": ["<target>"], "maxResults": 100})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
JavaScript
import { ApifyClient } from "apify-client";const client = new ApifyClient({ token: "YOUR_APIFY_TOKEN" });const run = await client.actor("google-traffic-scraper").call({ targets: ["<target>"], maxResults: 100 });const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
cURL
curl -X POST "https://api.apify.com/v2/acts/google-traffic-scraper/runs?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"targets":["<target>"],"maxResults":100}'
Fields returned
| field | description | type |
|---|---|---|
name | name returned for every record | string |
url | url returned for every record | string |
address | address returned for every record | string |
rating | rating returned for every record | string |
searchQueries | searchQueries returned for every record | string |
reviewUrls | reviewUrls returned for every record | string |
placeUrls | placeUrls returned for every record | string |
maxReviewsPerPlace | maxReviewsPerPlace returned for every record | string |
includeReviews | includeReviews returned for every record | string |
includeOwnerReplies | includeOwnerReplies returned for every record | string |
language | language returned for every record | string |
countryCode | countryCode returned for every record | string |
keywords | keywords returned for every record | string |
scrapedAt | scrapedAt returned for every record | string |
What it does
- Extract browser-based, navigates, pages, headless, chromium, browser into structured rows.
- Enrich each record with renders, client-side, javascript, follows, links, link.
- Bulk export covering patterns, executes, per-page, produce, performs, site.
- Pipeline integration for crawling, targeted, supports, filtering, using, regex-style.
- Downstream analysis across rules, injection, utilities, programmable, page, interactions.
- Recurring monitoring of clicks, waits, form, handling, session, cookie-driven.
- Deduplicated output keyed on the record identifier.
- Configurable result caps and runtime bounds.
Use cases
- Lead generation — build contactable lists covering browser-based, navigates, pages, headless, chromium
- Data enrichment — attach browser, renders, client-side, javascript, follows to an existing record set
- Market research — map links, link, patterns, executes, per-page across a category or region
- Competitive monitoring — track produce, performs, site, crawling, targeted over time on a schedule
- AI and RAG pipelines — feed clean structured rows into embeddings and retrieval
- Warehousing — land supports, filtering, using, regex-style, rules into BigQuery, Snowflake or Postgres
Input
Provide targets as a list of URLs or identifiers, one per line.
| input | purpose |
|---|---|
targets | URLs or identifiers to process, one per line |
maxResults | hard cap on returned rows |
maxSeconds | runtime bound for the run |
includeEmpty | return rows that resolved to no data, or skip them |
Output
Every run writes a dataset exportable as CSV, Excel, JSON, or readable directly from the Apify API. Attach a webhook to push results into your own system as soon as a run finishes.
Integrations
Works with Zapier, Make, n8n, Google Sheets, Slack, and any HTTP endpoint via webhooks. The Apify MCP server exposes this Actor to AI agents directly.
Performance and limits
Runs are concurrent and bounded by maxResults and maxSeconds. Proxy rotation and retry handling are managed for you. Failed targets are reported rather than silently dropped.
Frequently asked questions
Do I need an account or cookies?
No. The Actor reads public data only and requires no login, cookies or personal API keys.
What formats can I export?
CSV, Excel, JSON, or read the dataset straight from the Apify API.
What does a row contain?
Every row carries browser-based, navigates, pages, headless, chromium, browser, renders, client-side where available.
Can I schedule it?
Yes. Attach a schedule or a webhook and the dataset is produced on your cadence.
How do I limit cost?
Use maxResults to cap returned rows and maxSeconds to bound runtime.
Is the output stable?
Field names are fixed by the dataset schema, so downstream pipelines do not break between runs.
Field glossary
name — the name associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
url — the url associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
address — the address associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
rating — the rating associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
searchQueries — the searchQueries associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
reviewUrls — the reviewUrls associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
placeUrls — the placeUrls associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
maxReviewsPerPlace — the maxReviewsPerPlace associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
includeReviews — the includeReviews associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
includeOwnerReplies — the includeOwnerReplies associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
language — the language associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
countryCode — the countryCode associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
keywords — the keywords associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
scrapedAt — the scrapedAt associated with the record. Present on every row where the source exposes it; absent values are returned as null rather than omitted, so column order stays stable across runs and downstream schemas do not drift.
Troubleshooting
- Empty dataset — Check that
targetscontains reachable identifiers and thatincludeEmptyis set the way you expect. - Run times out — Lower
maxResultsor raisemaxSeconds; very large target lists are better split across scheduled runs. - Missing fields — Not every source exposes every field. Absent values are returned as null so the schema stays stable.
- Rate limiting — Proxy rotation is automatic. If a source throttles hard, reduce concurrency and retry.
- Duplicate rows — Output is deduplicated on the record identifier; duplicates across separate runs are expected by design.
Data quality notes
Records are parsed from public sources covering browser-based, navigates, pages, headless, chromium, browser, renders, client-side, javascript, follows. Values are returned exactly as published rather than normalised or inferred, so you can audit any row back to its source URL. Timestamps are ISO-8601 UTC. Numeric counters are integers. No field is synthesised when the source does not publish it.
Scheduling and automation
Attach a schedule to run this Actor hourly, daily or weekly. Combine it with a webhook to push each finished dataset into your warehouse, CRM or Slack channel automatically. Runs are idempotent with respect to their input, so a repeated schedule produces a comparable dataset rather than a drifting one.
Support
Open an issue on the Actor's Issues tab. Include the run ID and the input used so it can be reproduced.