Free Google Shopping Scraper - Extract all offers from any SKU avatar
Free Google Shopping Scraper - Extract all offers from any SKU

Pricing

$5.00 / 1,000 google-skus

Go to Store
Free Google Shopping Scraper - Extract all offers from any SKU

Free Google Shopping Scraper - Extract all offers from any SKU

Developed by

SR

SR

Maintained by Community

Grab all offers from all sellers of a Google Shopping SKU. Whether you're monitoring competitor prices, optimizing your pricing strategy, or tracking market trends, this scraper delivers the insights you need at scale.

0.0 (0)

Pricing

$5.00 / 1,000 google-skus

2

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

2 days ago

You can access the Free Google Shopping Scraper - Extract all offers from any SKU programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input = { "skus": [
9 {
10 "sku": "2813164546123018462",
11 "country_code": "NL",
12 },
13 {
14 "sku": "1873897992773686973",
15 "country_code": "NL",
16 },
17 {
18 "sku": "16616964913872618142",
19 "country_code": "NL",
20 },
21 {
22 "sku": "4917986331764372081",
23 "country_code": "NL",
24 },
25 {
26 "sku": "6712525183518393548",
27 "country_code": "NL",
28 },
29 {
30 "sku": "10957442292382693073",
31 "country_code": "NL",
32 },
33 {
34 "sku": "5541910804197017236",
35 "country_code": "NL",
36 },
37 {
38 "sku": "8632126613403425312",
39 "country_code": "NL",
40 },
41 {
42 "sku": "17972981399541545875",
43 "country_code": "NL",
44 },
45 {
46 "sku": "9771014107160475560",
47 "country_code": "NL",
48 },
49 ] }
50
51# Run the Actor and wait for it to finish
52run = client.actor("s-r/free-google-shopping-scraper---extract-all-offers-from-any-sku").call(run_input=run_input)
53
54# Fetch and print Actor results from the run's dataset (if there are any)
55print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
56for item in client.dataset(run["defaultDatasetId"]).iterate_items():
57 print(item)
58
59# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

Free Google Shopping Scraper - Extract all offers from any SKU API in Python

The Apify API client for Python is the official library that allows you to use Free Google Shopping Scraper - Extract all offers from any SKU API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include: