Discover/coppel.com API
live

coppel.com APIwww.coppel.com

Access Coppel.com product listings, prices, images, and category filters via API. Search by keyword or browse by department with pagination and sorting.

Endpoints
2
Updated
2mo ago
Try it
Page number (1-based)
Search keyword (e.g., 'zapatos', 'laptops', 'iPhone')
Sort order: '0'=relevance, '1'=price low-high, '2'=price high-low, '3'=newest
Number of products per page (max ~48)
api.parse.bot/scraper/544e0bcc-735b-4947-ab82-fe7e6cdd3933/<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/544e0bcc-735b-4947-ab82-fe7e6cdd3933/search_products?page=1&query=laptops&page_size=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search for products on Coppel.com by keyword. Returns product listings with images, prices, brands, badges, seller info, delivery options, and category breakdowns. Supports pagination and sorting.

Input
ParamTypeDescription
pageintegerPage number (1-based)
querystringSearch keyword (e.g., 'zapatos', 'laptops', 'iPhone')
order_bystringSort order: '0'=relevance, '1'=price low-high, '2'=price high-low, '3'=newest
page_sizeintegerNumber of products per page (max ~48)
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "query": "string, the search keyword used",
    "products": "array of product objects with name, brand, sku, part_number, image_url, product_url, price, discounted_price, currency, is_on_sale, badges, seller, installment_amount, installment_duration, delivery",
    "page_size": "integer, number of products per page",
    "categories": "array of category objects with id, name, count, href",
    "total_count": "integer, total number of matching products",
    "total_pages": "integer, total number of pages available"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "laptops",
      "products": [
        {
          "sku": "212868",
          "name": "Laptop HP 15-FC0288LA 15.6 Pulgadas Windows 11 AMD Ryzen 7 16 GB RAM 512 GB SSD Plateada",
          "brand": "HP",
          "price": 14999,
          "badges": [
            "Oferta"
          ],
          "seller": "Coppel",
          "currency": "MXN",
          "delivery": {
            "shipment": true,
            "marketplace": false,
            "store_pickup": true
          },
          "image_url": "https://cdn5.coppel.com/pm/2128683-1.jpg",
          "is_on_sale": true,
          "part_number": "PM-2128683",
          "product_url": "https://www.coppel.com/pdp/laptop-hp-15-fc0288la-156-pulgadas-windows-11-amd-ryzen-7-16-gb-ram-512-gb-ssd-plateada-pm-2128683",
          "discounted_price": 14149,
          "installment_amount": "791",
          "installment_duration": "24"
        }
      ],
      "page_size": 3,
      "categories": [
        {
          "id": "cat000171",
          "href": "/ct/electronica/laptop-esencial/cat000171",
          "name": "Laptop esencial",
          "count": "436"
        }
      ],
      "total_count": 1303,
      "total_pages": 435
    },
    "status": "success"
  }
}

About the coppel.com API

The Coppel.com API provides 2 endpoints to query Mexico's largest department store catalog, returning product names, SKUs, brand, pricing, sale status, and image URLs for each result. The search_products endpoint lets you search by keyword with sorting and pagination, while get_product_listings lets you browse by category or department and exposes granular filters for brand, color, size, and discount status.

What the API Returns

Both endpoints return arrays of product objects sharing a common shape: name, brand, sku, part_number, image_url, product_url, price, discounted_price, currency, and is_on_sale. The search_products endpoint also returns a categories array that breaks down matching results by category id, name, result count, and href — useful for narrowing a broad query. The get_product_listings endpoint returns an available_filters object whose keys correspond to filter categories (brands, colors, sizes, discounts, sellers), each holding an array of option objects with id and count.

Searching and Browsing

search_products accepts a query string (e.g., zapatos, laptops, iPhone), while get_product_listings takes a search_term matching a category or department name (e.g., Celulares, Muebles, Televisores). Both support the same order_by values: 0 for relevance, 1 for price low-to-high, 2 for price high-to-low, and 3 for newest. Page size caps at approximately 48 products per request, and total_pages plus total_count are returned so you can iterate through full result sets.

Coverage and Scope

Coppel sells electronics, appliances, furniture, clothing, footwear, and financial products across Mexico. The API covers its physical and online catalog, including third-party seller listings that surface through the same search and browse interfaces. Sale pricing is distinguished from list price via discounted_price and is_on_sale, so price-monitoring and comparison workflows can detect promotions without additional parsing.

Common use cases
  • Track price changes and sale status for electronics like phones and laptops using price, discounted_price, and is_on_sale.
  • Build a product comparison tool for Mexican department store goods using SKU, brand, and category data.
  • Aggregate furniture and appliance listings from get_product_listings using department keywords like Muebles or Refrigeradores.
  • Monitor inventory breadth across categories using total_count returned by keyword searches.
  • Feed a price-alert system by polling search_products for specific product names and comparing discounted_price over time.
  • Populate a shopping guide with product images and URLs using image_url and product_url fields.
  • Identify top brands in a category by aggregating the brand filter options from available_filters in get_product_listings.
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 Coppel have an official public developer API?+
No. Coppel does not publish a public developer API or documented data feed for its product catalog.
How does `search_products` differ from `get_product_listings`?+
search_products takes a free-text query and returns a categories breakdown showing how many results fall into each category. get_product_listings takes a search_term matching a department or category name and returns an available_filters object with options for brand, color, size, discount, and seller — making it better suited for faceted browsing rather than open-ended keyword search.
Are individual product detail pages (descriptions, specifications, customer reviews) available?+
Not currently. Both endpoints return listing-level data: name, brand, SKU, part number, pricing, and image URL. Full product descriptions, technical specifications, and customer reviews are not included. You can fork this API on Parse and revise it to add a product detail endpoint covering those fields.
What is the maximum number of products returned per request?+
The page_size parameter caps at approximately 48 products per page. Use the total_pages and total_count fields returned in each response to calculate how many requests are needed to paginate through a full result set.
Does the API cover Coppel's financial products, such as credit or insurance offerings?+
Not currently. The API covers physical and digital product listings in the merchandise catalog. Coppel's financial services — credit accounts, insurance, and remittances — are not exposed. You can fork this API on Parse and revise it to add endpoints targeting those sections of the site.
Page content last updated . Spec covers 2 endpoints from www.coppel.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.