Discover/egecarpets.com API
live

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.

Endpoints
2
Updated
3h ago
Try it
Number of products to skip for pagination.
Number of products to return per page (max 60).
Filter by concept name (e.g. 'HIGHLINE', 'REFORM', 'CLUB', 'ECO', 'COLORTEC/GRAPHIC', 'EPO
Sort order for results. Accepts exactly one of: relevance, a-z, z-a, newest, oldest.
Filter by collection name (e.g. 'A New Wave', 'Abstract', 'Industrial Landscape').
Free-text search term to filter products.
Filter by product type (e.g. 'Wall-to-wall', 'Tiles and Planks', 'Rugs').
api.parse.bot/scraper/6384230e-f5f9-4bec-a2ce-274792ef5c24/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/6384230e-f5f9-4bec-a2ce-274792ef5c24/list_products' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

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.

Input
ParamTypeDescription
skipintegerNumber of products to skip for pagination.
takeintegerNumber of products to return per page (max 60).
conceptstringFilter by concept name (e.g. 'HIGHLINE', 'REFORM', 'CLUB', 'ECO', 'COLORTEC/GRAPHIC', 'EPOCA').
sort_bystringSort order for results. Accepts exactly one of: relevance, a-z, z-a, newest, oldest.
collectionstringFilter by collection name (e.g. 'A New Wave', 'Abstract', 'Industrial Landscape').
search_termstringFree-text search term to filter products.
product_typestringFilter by product type (e.g. 'Wall-to-wall', 'Tiles and Planks', 'Rugs').
Response
{
  "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.