Discover/cos.com API
live

cos.com APIwww.cos.com

Access COS fashion product data via 2 endpoints. Search by keyword, retrieve prices, images, stock info, material composition, and direct product URLs.

Endpoints
2
Updated
2mo ago
Try it
Page number (1-based)
Search keyword (e.g., 'jacket', 'dress', 'wool sweater')
Number of results per page (max 40)
api.parse.bot/scraper/f6e2cf57-99cc-49ae-bfa3-7e7913a9fedb/<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/f6e2cf57-99cc-49ae-bfa3-7e7913a9fedb/search_products?page=1&query=jacket&page_size=5' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search COS products by keyword with pagination. Returns product listings with name, price, images, stock info, and product URL.

Input
ParamTypeDescription
pageintegerPage number (1-based)
queryrequiredstringSearch keyword (e.g., 'jacket', 'dress', 'wool sweater')
page_sizeintegerNumber of results per page (max 40)
Response
{
  "type": "object",
  "fields": {
    "page": "integer — current page number",
    "query": "string — the search keyword used",
    "products": "array of product objects with id, name, price, images, product_url, gender, and stock info",
    "page_size": "integer — results per page",
    "total_items": "integer — total number of matching products",
    "total_pages": "integer — total number of pages"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "jacket",
      "products": [
        {
          "id": "1327473001",
          "sku": "1327473",
          "uri": "denim-shirt-jacket-indigo-1327473001",
          "name": "DENIM SHIRT JACKET",
          "price": "$199.00",
          "gender": "Male",
          "images": [
            "https://media.cos.com/assets/001/4c/64/4c64c520e05d31f623d4b3db5af2c900fdc9e62c_xxl-1.jpg"
          ],
          "is_new": false,
          "color_hex": "#505661",
          "is_on_sale": false,
          "product_url": "https://www.cos.com/en-us/men/menswear/coatsjackets/denim/product/denim-shirt-jacket-indigo-1327473001",
          "total_stock": 100,
          "category_uri": "men/menswear/coatsjackets/denim",
          "lowest_price": "$199.00",
          "price_amount": 199,
          "product_type": "Jacket",
          "variant_name": "INDIGO",
          "primary_image": "https://media.cos.com/assets/001/3b/12/3b12c0ef97b487fac8f1f9b26f0f8d2906246396_xxl-1.jpg",
          "variants_count": 0,
          "price_before_discount": "$199.00",
          "price_before_discount_amount": 199
        }
      ],
      "page_size": 5,
      "total_items": 64,
      "total_pages": 13
    },
    "status": "success"
  }
}

About the cos.com API

The COS API provides 2 endpoints to search and retrieve product data from cos.com. Use search_products to query by keyword and get paginated listings with names, prices, images, gender targeting, and stock status, or call get_product_details with a product ID to pull full product records including material composition, launch date, and category tags.

Search and Browse Products

The search_products endpoint accepts a required query string (e.g., 'wool coat', 'linen trousers') and returns paginated results. Each page contains up to 40 product objects, configurable via the page_size parameter. Response fields per product include id, name, price, images (array of image URLs), product_url, gender, and stock availability. The total_items and total_pages fields let you walk full result sets across multiple pages using the page parameter.

Product Detail Lookup

The get_product_details endpoint takes a product_id string — obtainable directly from search_products results via results[*].id — and returns the complete product record. Additional fields beyond the search listing include categories (array of category identifier strings), launch_date, price_amount (numeric price value alongside the formatted price string), and sustainability_composition (an array of material composition objects, each with type and materials fields describing fabric breakdown).

Data Coverage

All fields reflect current product data from cos.com. Prices are returned both as a formatted string (price) and a raw numeric value (price_amount), which simplifies sorting or currency conversion in downstream code. The sustainability_composition field exposes material details useful for filtering by fabric type or building sustainability-focused product comparisons.

Common use cases
  • Build a price tracker for COS products using price_amount from repeated get_product_details calls
  • Aggregate product images and URLs for a fashion lookbook or editorial tool using search_products
  • Filter COS catalog by gender using the gender field returned in search results
  • Surface material composition data from sustainability_composition to help shoppers filter by fabric or sustainability criteria
  • Sync COS product listings into a comparison shopping app using name, price, and product_url
  • Monitor new arrivals by tracking launch_date from get_product_details responses
  • Categorize COS inventory by parsing the categories array from product detail records
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does COS have an official public developer API?+
COS does not publish a public developer API. There is no documented REST or GraphQL interface available to third-party developers on their website.
What stock information does `search_products` return?+
Each product object in the search_products response includes stock info alongside the product listing. It does not break down stock by size or color variant at the search level. Full variant-level availability is not currently exposed. You can fork the API on Parse and revise it to add a size/variant stock endpoint if that granularity is needed.
Does the API return customer reviews or ratings for COS products?+
Not currently. The API covers product metadata, pricing, images, material composition, and category data. Customer reviews and ratings are not included in either endpoint. You can fork the API on Parse and revise it to add a reviews endpoint.
How do I paginate through all results for a search query?+
The search_products response includes total_pages and total_items alongside the current page number. Increment the page parameter (1-based) on successive requests and set page_size up to 40 to walk through the full result set for any given query.
What does the `sustainability_composition` field contain in product details?+
It is an array of objects, each with a type field (describing the component or layer of the garment) and a materials field listing the fabric breakdown. This reflects the material composition data shown on COS product pages and can be used to filter products by fiber type or surface sustainability information to end users.
Page content last updated . Spec covers 2 endpoints from www.cos.com.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.
COS API – Search & Product Details | Parse · Parse