Crawlora
ProductPlatformsUse CasesDocsPricingCompareContact
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle MapsGoogle TrendsAmazonZillowTripAdvisorShopifyAll platforms

Developers

DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub

Use cases

SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases

Legal

ContactTermsPrivacy
Product
Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle MapsGoogle TrendsAmazonZillowTripAdvisorShopifyAll platforms
Developers
DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub
Use cases
SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases
Legal
ContactTermsPrivacy
© 2026 Crawlora. All rights reserved.·Built by Tony Wang
System statusCrawlora API status
  1. Home
  2. /Playground
  3. /Shop.app
  4. /List Shop.app product variants API

Endpoint Playground

Try the List Shop.app product variants API

Test Crawlora's List Shop.app product variants API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/shop-app/products/{id}/variants
Platform
Shop.app
Auth
apiKey
Credits
5 credits/request
Required params
id
Common optional params
selected_options, limit
List Shop.app product variants API documentationShop.app platform pageCrawlora API pricingTry Analyze Shop.app query results APITry List Shop.app categories APITry Get Shop.app product APITry List Shop.app related products APITry List Shop.app product reviews API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/shop-app/products/4596217053229/variants?selected_options=%7B%22Size%22%3A%227%22%7D&limit=50" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
id (path)stringYes4596217053229Product id
selected_optionsstringNo{"Size":"7"}Selected options JSON object
limitintegerNo50Maximum variants, defaults to 50 and supports up to 100

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "product_id": "4596217053229",
    "variants": [
      {
        "id": "34761278160941",
        "title": "Black / 7 / 6E",
        "available_for_sale": true
      }
    ]
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

16 shown
GETapiKey5 credits/requestshopapp.variantsResponseDocShop.app
GET /shop-app/products/{id}/variants

List Shop.app product variants

Returns adjacent variants for a Shop.app product. selected_options must be a JSON object when provided. Repeated option filters may also be sent as option.Name=value or option[Name]=value.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "product_id": "4596217053229",
    "variants": [
      {
        "id": "34761278160941",
        "title": "Black / 7 / 6E",
        "available_for_sale": true
      }
    ]
  }
}

Endpoint details

Returns adjacent variants for a Shop.app product. selected_options must be a JSON object when provided. Repeated option filters may also be sent as option.Name=value or option[Name]=value.

Method
GET
Path
/shop-app/products/{id}/variants
Authentication
apiKey
Credit cost
5 credits/request
Platform
Shop.app
Parameters
4 documented fields

Request parameters

id:pathselected_options:querylimit:queryx-api-key:header

Response schema fields

codedatadata.limitdata.product_iddata.variantsdata.variants[].available_for_saledata.variants[].currencydata.variants[].giddata.variants[].iddata.variants[].imagedata.variants[].image.altdata.variants[].image.url

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "product_id": "4596217053229",
    "variants": [
      {
        "id": "34761278160941",
        "title": "Black / 7 / 6E",
        "available_for_sale": true
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/shop-app/products/<id>/variants" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingAnalyze Shop.app query resultsList Shop.app categoriesGet Shop.app productList Shop.app related productsList Shop.app product reviews

Browse public API demos

Search stored Google Maps businessesFacet stored Google Maps businessesGoogle Trends explore dataSearch Nominatim placesReverse geocode coordinatesSearch TripAdvisor placesSearch Zillow listingsCoinGecko markets
DocsPlatformsPricing