Endpoint Playground
Test Crawlora's Steve Madden Store 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.
curl "https://api.crawlora.net/api/v1/stevemadden/store" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"requested_url": "https://www.stevemadden.com",
"source_url": "https://www.stevemadden.com",
"domain": "www.stevemadden.com",
"source_domain": "www.stevemadden.com",
"name": "Steve Madden",
"currency": "USD",
"country": "US",
"published_products_count": 638
}
}Public Playground
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.
Returns normalized storefront metadata for Steve Madden (https://www.stevemadden.com), sourced from credential-free storefront JSON. This endpoint is a brand-pinned wrapper around the generic Shopify store family: the storefront URL is fixed server-side, so no `url` parameter is accepted. If the vanity domain blocks `/products.json`, the service may fall back to a public `*.myshopify.com` domain discovered from the storefront page, or to the storefront's own embedded page data for storefronts that expose neither.
{
"code": 200,
"msg": "OK",
"data": {
"requested_url": "https://www.stevemadden.com",
"source_url": "https://www.stevemadden.com",
"domain": "www.stevemadden.com",
"source_domain": "www.stevemadden.com",
"name": "Steve Madden",
"currency": "USD",
"country": "US",
"published_products_count": 638
}
}curl "https://api.crawlora.net/api/v1/stevemadden/store" \
-H "x-api-key: $CRAWLORA_API_KEY"