egecarpets.com APIwww.egecarpets.com ↗
Browse Ege Carpets' complete product catalog and retrieve detailed specifications for any carpet, including materials, weight, structure, backing options, and available colors. Find exactly what you need by searching their inventory and accessing comprehensive product information to compare and make informed purchasing decisions.
curl -X GET 'https://api.parse.bot/scraper/6384230e-f5f9-4bec-a2ce-274792ef5c24/list_products' \ -H 'X-API-Key: $PARSE_API_KEY'
List all carpet products from Ege Carpets with pagination. Returns product summary data including name, design ID, product type, color, concept, collection, designer, and available color variants. Supports filtering by collection, concept, and product type. Results are paginated with configurable skip/take parameters.
| Param | Type | Description |
|---|---|---|
| skip | integer | Number of products to skip for pagination. |
| take | integer | Number of products to return per page (max 60). |
| concept | string | Filter by concept name (e.g. 'HIGHLINE', 'REFORM', 'CLUB', 'ECO', 'COLORTEC/GRAPHIC', 'EPOCA'). |
| sort_by | string | Sort order for results. Accepts exactly one of: relevance, a-z, z-a, newest, oldest. |
| collection | string | Filter by collection name (e.g. 'A New Wave', 'Abstract', 'Industrial Landscape'). |
| search_term | string | Free-text search term to filter products. |
| product_type | string | Filter by product type (e.g. 'Wall-to-wall', 'Tiles and Planks', 'Rugs'). |
{
"type": "object",
"fields": {
"has_more": "boolean",
"products": "array of product summary objects",
"next_skip": "integer",
"total_results": "integer",
"total_products": "integer"
},
"sample": {
"has_more": true,
"products": [
{
"name": "Tide Grey",
"path": "/en-gb/product/rugs/HIGHLINE-Industrial--Landscape-Tide-Grey-RF55951054",
"slug": "industrial-landscape",
"color": "Grey",
"image": "https://datacatalog-api.egecarpets.com/cdn-cgi/image/<OPTIONS>/media/sas/ege_valid_designs/3E957BDF-3F03-F111-8406-000D3AB3F415/RF55951054___05___2___1100___29___1___Rugs___Isolated___POSH8_80___FOV25.png?v=1776342849",
"concept": "HIGHLINE",
"designer": "Tom Dixon",
"collection": "Industrial Landscape",
"product_id": "RF55951054",
"product_type": "Rugs",
"other_designs": [
{
"link": "/en-gb/product/rugs/HIGHLINE-Industrial--Landscape-Tide-Grey-RF55951055",
"color": "Blue",
"image": "https://...",
"designId": "RF55951055",
"displayName": "Tide Blue"
}
],
"design_freedom": false,
"product_number": "0933005",
"available_colors": [
"Beige:Medium"
],
"design_code_name": "Tide"
}
],
"next_skip": 5,
"total_results": 996,
"total_products": 895
}
}About the egecarpets.com API
The egecarpets.com API on Parse exposes 2 endpoints for the publicly available data on www.egecarpets.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.