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. /Shopify
  4. /Shopify Product API

Endpoint Playground

Try the Shopify Product API

Test Crawlora's Shopify Product 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
/shopify/products/{handle}
Platform
Shopify
Auth
apiKey
Credits
2 credits/request
Required params
handle, url
Shopify Product API documentationShopify platform pageCrawlora API pricingTry Shopify Collections APITry Shopify Collection Products APITry Shopify Pages APITry Shopify Page APITry Shopify Products API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/shopify/products/mens-wool-runners?url=https%3A%2F%2Fwww.allbirds.com" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
handle (path)stringYesmens-wool-runnersProduct handle
urlstringYeshttps://www.allbirds.comShopify storefront URL

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "store_url": "https://www.allbirds.com",
    "source_url": "https://www.allbirds.com",
    "product": {
      "id": "6616124981328",
      "handle": "trino-cozy-crew-heathered-onyx",
      "title": "Trino Cozy Crew",
      "price": 24,
      "images": [
        {
          "url": "https://cdn.shopify.com/example.jpg"
        }
      ]
    }
  }
}

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.

11 shown
GETapiKey2 credits/requestshopify.productResponseDocShopify
GET /shopify/products/{handle}

Get Shopify product

Returns normalized product detail from Shopify's credential-free product handle `.js` endpoint.

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

Required query 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": {
    "store_url": "https://www.allbirds.com",
    "source_url": "https://www.allbirds.com",
    "product": {
      "id": "6616124981328",
      "handle": "trino-cozy-crew-heathered-onyx",
      "title": "Trino Cozy Crew",
      "price": 24,
      "images": [
        {
          "url": "https://cdn.shopify.com/example.jpg"
        }
      ]
    }
  }
}

Endpoint details

Returns normalized product detail from Shopify's credential-free product handle `.js` endpoint.

Method
GET
Path
/shopify/products/{handle}
Authentication
apiKey
Credit cost
2 credits/request
Platform
Shopify
Parameters
3 documented fields

Request parameters

handle:pathurl:queryx-api-key:header

Response schema fields

codedatadata.productdata.product.availabledata.product.compare_at_pricedata.product.created_atdata.product.descriptiondata.product.featured_imagedata.product.handledata.product.iddata.product.imagesdata.product.images[].alt

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "store_url": "https://www.allbirds.com",
    "source_url": "https://www.allbirds.com",
    "product": {
      "id": "6616124981328",
      "handle": "trino-cozy-crew-heathered-onyx",
      "title": "Trino Cozy Crew",
      "price": 24,
      "images": [
        {
          "url": "https://cdn.shopify.com/example.jpg"
        }
      ]
    }
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/shopify/products/<handle>?url=<url>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingList Shopify collectionsList Shopify collection productsList Shopify pagesGet Shopify pageList Shopify products

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