Shopping
WatchBase logo

WatchBase API

watchbase.com

WatchBase - watch search, brands, families, product pages, and price charts.

Actions
7
Category
Shopping
Login
Not required
Output
JSON

Call the WatchBase API

Submit a task, then poll the job until it settles. This example runs act_watchbase_brand_directory.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_watchbase_brand_directory",
    "params": {}
  }'

7 actions on watchbase.com

Read

  • Brand Directory

    act_watchbase_brand_directoryread1 credit / call

    Returns all watch brands with their families and links.

  • Family Watch Listing

    act_watchbase_family_watch_listingread1 credit / call

    Returns watches in a brand family with references, titles, and images.

    brand_slug
    string · required
    family_slug
    string · required
  • Homepage Landing

    act_watchbase_homepage_landingread1 credit / call

    Returns homepage summary with database totals and recent blog posts.

  • Recent Watches Listing

    act_watchbase_recent_watches_listingread1 credit / call

    Returns recently added watches with brand, reference, and date added.

  • Search Filter Page

    act_watchbase_search_filter_pageread1 credit / call

    Returns search filter facets such as brands with their watch counts.

  • Watch Details

    act_watchbase_watch_detail_ssrread1 credit / call

    Returns full watch specifications including movement, caliber, case, and dial details.

    brand_slug
    string · required
    family_slug
    string · required
    reference_slug
    string · required
  • Watch Price History

    act_watchbase_watch_price_historyread1 credit / call

    Returns historical price points for a watch reference by date and condition.

    brand_slug
    string · required
    family_slug
    string · required
    reference_slug
    string · required

WatchBase API questions

Is there an API for WatchBase?
WatchBase does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for watchbase.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape WatchBase data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when watchbase.com changes its markup, Anakin updates the action.
Do I need a WatchBase account?
No. Every WatchBase action listed here runs anonymously — no account and no credentials required.
What does the WatchBase API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Shopping APIs

All Shopping sites