Startpage Shopping Scraper avatar

Startpage Shopping Scraper

Pricing

from $1.99 / 1,000 startpage shopping scraper results

Go to Apify Store
Startpage Shopping Scraper

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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYes"wireless headphones"The product search query.
maxItemsintegerNo50Maximum number of products to scrape.
languagestringNo"english"Language for results (e.g. 'english', 'deutsch', 'français').
regionstringNo""Region/country code for localized shopping results (e.g. 'us', 'gb', 'de', 'in').
proxyConfigurationobjectNo{"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.

FieldTypeDescription
positionintegerPosition
titlestringTitle
pricestringPrice
currencystringCurrency
sellerstringSeller
ratingnumberRating
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
urlstringURL
linkstringLink
querystringQuery
resultTypestringResult Type
pageintegerPage
titleHtmlstringTitle HTML
domainstringDomain

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"
}