Shopping

Shopify Stores API

shopify.com

Shopify stores - product listings, collections, variants, search, and catalog discovery.

Actions
7
Category
Shopping
Login
Not required
Output
JSON

Call the Shopify Stores API

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

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": "sh_collection_products",
    "params": {
      "store_url": "https://allbirds.com",
      "collection": "mens-shoes"
    }
  }'

7 actions on shopify.com

Read

  • Collection Products

    sh_collection_productsread1 credit / call

    Returns products in a specific collection from a Shopify store.

    store_url
    string · required
    collection
    string · required
    page
    integer
    limit
    integer
  • Product Details

    sh_productread1 credit / call

    Returns full product details with variants, images, description, tags, vendor, and product type.

    store_url
    string · required
    handle
    string · required
  • Product Search

    sh_searchread1 credit / call

    Returns products matching a keyword search from a Shopify store.

    store_url
    string · required
    query
    string · required
    limit
    integer
  • Product Sitemap

    sh_sitemapread2 credits / call

    Returns all product URLs from the store sitemap in one request.

    store_url
    string · required
  • Shopify Verification

    sh_verifyread2 credits / call

    Returns whether a website runs Shopify and whether product and collection data is accessible.

    url
    string · required
  • Store Collections

    sh_collectionsread1 credit / call

    Returns all collections from a Shopify store with title, description, image, and URL.

    store_url
    string · required
  • Store Products

    sh_productsread1 credit / call

    Returns products from a Shopify store with title, price, compare-at price, variant count, image, and tags.

    store_url
    string · required
    page
    integer
    limit
    integer

Shopify Stores API questions

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