Shopping
Williams Sonoma logo

Williams Sonoma API

williams-sonoma.com

Williams-Sonoma - home and kitchen categories, details, pricing, ratings, and recommendations.

Actions
6
Category
Shopping
Login
Not required
Output
JSON

Call the Williams Sonoma API

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

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_williams_sonoma_product_listing",
    "params": {
      "category_group_id": "cookware-sets"
    }
  }'

6 actions on williams-sonoma.com

Read

  • Browse Product Listing

    act_williams_sonoma_product_listingread2 credits / call

    Returns paginated product cards with titles, prices, and slugs for a Constructor.io category browse listing with facets.

    category_group_id
    string · required
  • Get Category Inline Content

    act_williams_sonoma_category_inline_contentread1 credit / call

    Returns inline ECM merchandising banners and promotional content JSON for a category page.

    category_path
    string · required
  • Get Category Listing Page

    act_williams_sonoma_category_listing_ssrread1 credit / call

    Returns category shop listing SSR page data including Constructor group ID and category merchandising structure for a given category path.

    category_path
    string · required
  • Get Product Detail

    act_williams_sonoma_product_detail_ssrread1 credit / call

    Returns product detail page data including price, aggregate ratings, SKU group token, and embedded product JSON for a given product slug.

    product_slug
    string · required
  • Get Product Social Proof

    act_williams_sonoma_product_social_proof_metaread1 credit / call

    Returns social-proof metadata such as carted counts and engagement signals for a product group on the product detail page.

    product_slug
    string · required

Write

Write actions change state on williams-sonoma.com and run as the account you connect.

  • Get Related Product Recommendations

    act_williams_sonoma_pdp_related_recommendationswrite2 credits / call

    Returns related and also-in-collection product recommendations for a product group via the Williams-Sonoma recommendation carousel API.

    group_list
    array · required

Williams Sonoma API questions

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