Marketplace
Invaluable logo

Invaluable API

invaluable.com

Online auction marketplace - upcoming auctions, category lots, pricing, and bid counts.

Actions
3
Category
Marketplace
Login
Not required
Output
JSON

Call the Invaluable API

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

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_invaluable_auctioneer_rating_summary",
    "params": {
      "app_key": "GZbTRMDgLU3BznNtmFyLKjckxxZ2MdDee3rtI75p",
      "auctioneer_domain_key": "8NLKQXG5Z1",
      "pid": "8NLKQXG5Z1",
      "widget_product_id": "8NLKQXG5Z1"
    }
  }'

3 actions on invaluable.com

Read

  • Category Listing

    act_invaluable_category_listing_ssrread2 credits / call

    Returns auction lots in a category with prices, estimates, bid counts, and subcategories.

    category_slug
    string · required
    category_ref
    string · required
  • Homepage Auctions

    act_invaluable_homepage_ssrread1 credit / call

    Returns upcoming and live auctions from the homepage with houses, dates, and locations.

Write

Write actions change state on invaluable.com and run as the account you connect.

  • Auctioneer Rating Summary

    act_invaluable_auctioneer_rating_summarywrite2 credits / call

    Returns star rating and review count for a given auction house.

    app_key
    string · required
    auctioneer_domain_key
    string · required
    pid
    string · required
    widget_product_id
    string · required
    is_mobile
    string
    widget_version
    string

Invaluable API questions

Is there an API for Invaluable?
Invaluable does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for invaluable.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 Invaluable 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 invaluable.com changes its markup, Anakin updates the action.
Do I need a Invaluable account?
No. Every Invaluable action listed here runs anonymously — no account and no credentials required.
What does the Invaluable 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 Marketplace APIs

All Marketplace sites