Endpoint Playground
Test Crawlora's Gymshark Sitemaps 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/gymshark/sitemaps" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"store_url": "https://row.gymshark.com",
"source_url": "https://row.gymshark.com",
"sitemaps": [
{
"loc": "https://row.gymshark.com/sitemap_products_1.xml",
"type": "products"
}
]
}
}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 child sitemap URLs from Gymshark's (https://row.gymshark.com) `/sitemap.xml` index with inferred sitemap types. The storefront URL is fixed server-side.
{
"code": 200,
"msg": "OK",
"data": {
"store_url": "https://row.gymshark.com",
"source_url": "https://row.gymshark.com",
"sitemaps": [
{
"loc": "https://row.gymshark.com/sitemap_products_1.xml",
"type": "products"
}
]
}
}curl "https://api.crawlora.net/api/v1/gymshark/sitemaps" \
-H "x-api-key: $CRAWLORA_API_KEY"