Seiko Watch Scraper (USA) avatar

Seiko Watch Scraper (USA)

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Seiko Watch Scraper (USA)

Seiko Watch Scraper (USA)

Scrape Seiko USA watch listings - model numbers, collections, prices, images, and tags. Browse all products, filter by collection (Prospex, Presage, Astron, Seiko 5 Sports), or search by keyword. Free Shopify JSON API, no proxy, no auth.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape Seiko USA watch and clock listings from seikousa.com — the official US storefront. Browse by collection (Prospex, Presage, Astron, Seiko 5 Sports, Coutura), fetch individual products by handle, or keyword-search across the full catalog. Returns model numbers, prices, images, case specs, and availability. Free Shopify JSON API — no proxy, no auth required.

What this actor does

  • Four modes: byCollection (default), allProducts, byHandle, search
  • Collection filtering: Prospex, Presage, Astron, Seiko 5 Sports, Coutura, Best Sellers, Clocks, Accessories
  • Rich metadata: extracted from Shopify product tags — collection, case diameter, gender, price bracket
  • Availability flag: whether the product is currently in stock
  • Empty fields are omitted — no nulls in output

Output per watch record

FieldDescription
productIdSeiko/Shopify product ID
handleURL-safe product slug (e.g. ssc947)
titleProduct title — usually the model number
modelNumberWatch model number (same as title for Seiko products)
vendorVendor (Seiko, Seiko Clocks, etc.)
productTypeProduct type (Wrist Watches, Clock, Accessories)
collectionSeiko collection (Prospex, Presage, Astron, etc.)
descriptionProduct description (up to 500 chars, HTML stripped)
priceRetail price (USD float)
priceCurrencyAlways USD
compareAtPriceOriginal MSRP if on sale
availableWhether currently in stock
caseDiameterCase diameter range (e.g. 40.0-42.9mm)
genderTarget gender (Men / Women / Unisex)
skuStock-keeping unit (if different from model number)
tagsAll product tags from Shopify
imageUrlPrimary product image URL (Shopify CDN)
imageCountTotal number of product images
additionalImagesUp to 2 additional image URLs
publishedAtDate the listing was published
listingUrlDirect URL on seikousa.com
recordTypeAlways watch
sourceUrlAPI URL used to fetch data
scrapedAtISO 8601 timestamp

Input

FieldTypeDefaultDescription
modestringbyCollectionbyCollection / allProducts / byHandle / search
collectionstringprospexCollection to scrape (mode=byCollection)
handlestringProduct handle (mode=byHandle), e.g. ssc947
searchQuerystringdiverKeyword filter against title, tags, collection, description (mode=search)
maxItemsinteger50Maximum records to emit (1–500)

Example: scrape all Prospex dive watches

{
"mode": "byCollection",
"collection": "prospex",
"maxItems": 100
}

Example: fetch a single watch by handle

{
"mode": "byHandle",
"handle": "ssc947"
}

Example: search for all solar watches

{
"mode": "search",
"searchQuery": "solar",
"maxItems": 50
}

Example: get full Seiko USA catalog

{
"mode": "allProducts",
"maxItems": 500
}

Available collections

ValueDescription
prospexProspex — dive and sport watches
presagePresage — dress and mechanical watches
astronAstron — GPS solar watches
seiko5sportsSeiko 5 Sports — automatic watches
couturaCoutura — luxury dress watches
best-sellersBest Sellers collection
clocksSeiko wall and desk clocks
accessoriesWatch straps and accessories
allAll products across all collections

Use cases

  • Watch research — compare Seiko models, specs, and prices across collections
  • Price monitoring — track price changes and sale events on the official US store
  • Inventory tracking — monitor which models are in stock or sold out
  • E-commerce intelligence — analyze Seiko's product catalog structure
  • Gift ideas — find watches by price bracket, gender, and collection
  • Market data — compile watch model databases for valuation tools

FAQ

What is Seiko USA? Seiko USA (seikousa.com) is the official US online store for Seiko watches and clocks. It runs on Shopify, which exposes a public JSON API (/products.json, /collections/{handle}/products.json) for catalog data.

Do I need an API key or proxy? No. The Seiko USA Shopify JSON API is publicly accessible without authentication. No proxy is required.

What are Seiko collections? Seiko organizes their watches into branded lines — Prospex (sport/dive), Presage (dress/mechanical), Astron (GPS solar), Seiko 5 Sports (affordable automatic), and Coutura (luxury dress). Each is a distinct collection with its own design language.

What's the handle field? The handle is the URL slug for a product, used in the listing URL: https://www.seikousa.com/products/{handle}. Use it in mode=byHandle to fetch a specific watch.

How fresh is the data? The Shopify API reflects the live product catalog. Prices, availability, and product listings are updated in real time on the Seiko USA store.

Why are some fields absent from certain records? Seiko's product tags drive collection, gender, and case diameter extraction. If a product lacks the relevant tags, those fields are omitted. Description is truncated at 500 characters.