Endpoint Playground
Test Crawlora's Tiffany & Co. Filter Values 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/tiffany/filters" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"fetched_at": "2026-09-10T12:00:00Z",
"material": [
{
"value": "18k Yellow Gold",
"product_count": 466
},
{
"value": "Platinum",
"product_count": 234
},
{
"value": "Sterling Silver",
"product_count": 519
}
],
"gemstone": [
{
"value": "Diamond",
"product_count": 92
},
{
"value": "Round Brilliant Diamonds",
"product_count": 644
}
],
"color": [
{
"value": "Rose Gold",
"product_count": 314
},
{
"value": "Yellow Gold",
"product_count": 393
}
],
"product_type": [
{
"value": "Bracelet",
"product_count": 219
},
{
"value": "Ring",
"product_count": 334
}
],
"gender": [
{
"value": "MENS",
"product_count": 12
},
{
"value": "UNISEX",
"product_count": 537
},
{
"value": "WOMENS",
"product_count": 461
}
],
"designer": [
{
"value": "Elsa Peretti®",
"product_count": 727
},
{
"value": "Paloma Picasso®",
"product_count": 65
}
]
}
}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.
Lists every value tiffany-search's and tiffany-category's material, gemstone, color, product_type, gender, and designer filter parameters accept, each with a live product count -- resolves the discovery gap those parameters would otherwise leave as "find one on the live site's own filter sidebar".
{
"code": 200,
"msg": "OK",
"data": {
"fetched_at": "2026-09-10T12:00:00Z",
"material": [
{
"value": "18k Yellow Gold",
"product_count": 466
},
{
"value": "Platinum",
"product_count": 234
},
{
"value": "Sterling Silver",
"product_count": 519
}
],
"gemstone": [
{
"value": "Diamond",
"product_count": 92
},
{
"value": "Round Brilliant Diamonds",
"product_count": 644
}
],
"color": [
{
"value": "Rose Gold",
"product_count": 314
},
{
"value": "Yellow Gold",
"product_count": 393
}
],
"product_type": [
{
"value": "Bracelet",
"product_count": 219
},
{
"value": "Ring",
"product_count": 334
}
],
"gender": [
{
"value": "MENS",
"product_count": 12
},
{
"value": "UNISEX",
"product_count": 537
},
{
"value": "WOMENS",
"product_count": 461
}
],
"designer": [
{
"value": "Elsa Peretti®",
"product_count": 727
},
{
"value": "Paloma Picasso®",
"product_count": 65
}
]
}
}curl "https://api.crawlora.net/api/v1/tiffany/filters" \
-H "x-api-key: $CRAWLORA_API_KEY"