Startpage Shopping Scraper
Pricing
from $1.99 / 1,000 startpage shopping scraper results
Startpage Shopping Scraper
Scrapes Startpage Shopping for any query. Extracts the full canonical shopping-vertical schema: title, URL, price, currency, original price, discount, rating, reviews, seller, brand, availability, shipping, thumbnail, category, language, region, and more.
Pricing
from $1.99 / 1,000 startpage shopping scraper results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrapes Startpage Shopping for any query. Extracts the full canonical shopping-vertical schema: title, URL, price, currency, original price, discount, rating, reviews, seller, brand, availability, shipping, thumbnail, category, language, region, and more.
What this Actor collects
The Actor converts products, offers, and merchants into clean JSON records that can be downloaded, queried through the Apify API, or sent to downstream workflows.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 41-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Product and price monitoring
- Merchant research
- Commerce-catalog enrichment
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | "wireless headphones" | The product search query. |
maxItems | integer | No | 50 | Maximum number of products to scrape. |
language | string | No | "english" | Language for results (e.g. 'english', 'deutsch', 'français'). |
region | string | No | "" | Region/country code for localized shopping results (e.g. 'us', 'gb', 'de', 'in'). |
proxyConfiguration | object | No | {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]} | Proxy settings. Residential proxies strongly recommended. |
Example input
{"query": "iphone 15","maxItems": 50,"language": "en","proxyConfiguration": {"useApifyProxy": false},"region": "us"}
Output
The default dataset contains one item per shopping or product result. The following are the most useful fields; availability can vary by source response.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
price | string | Price |
currency | string | Currency |
seller | string | Seller |
rating | number | Rating |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
type | string | Type |
url | string | URL |
link | string | Link |
query | string | Query |
resultType | string | Result Type |
page | integer | Page |
titleHtml | string | Title HTML |
domain | string | Domain |
Example dataset item
This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.
{"position": 1,"title": "Apple iPhone 15 (Black, 128 GB) - Flipkart","seller": "Flipkart","searchQuery": "iphone 15","scrapedAt": "2026-07-23T12:28:32.591Z","url": "https://www.flipkart.com/apple-iphone-15-black-128-gb/p/itm6ac6485515ae4","domain": "flipkart.com","language": "en","region": "us"}