Discover/linio.com API
live

linio.com APIlinio.com

Search Linio/Falabella Colombia products and retrieve pricing, variants, stock, specifications, and images via two structured endpoints.

Endpoints
2
Updated
4mo ago
Try it
Page number for pagination, must be a positive integer.
Search keyword (e.g. 'samsung', 'laptop')
api.parse.bot/scraper/30123d1d-f490-457f-b005-bd656d3c1467/<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/30123d1d-f490-457f-b005-bd656d3c1467/search?page=1&query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search for products on Linio/Falabella Colombia. Returns paginated results with product summaries including pricing, seller, and availability information.

Input
ParamTypeDescription
pageintegerPage number for pagination, must be a positive integer.
queryrequiredstringSearch keyword (e.g. 'samsung', 'laptop')
Response
{
  "type": "object",
  "fields": {
    "items": "array of product objects with id, sku, name, brand, prices, url, rating, reviews, seller, availability, and image",
    "pagination": "object with current, total_pages, and total_results"
  },
  "sample": {
    "data": {
      "items": [
        {
          "id": "127739910",
          "sku": "127739911",
          "url": "https://www.falabella.com.co/falabella-co/product/127739910/portatil-dell-15-intel-core-i5-1334u-ssd-512gb-ram-12gb-fhd-15-6-win-11",
          "name": "Portátil 15.6\" FHD Intel Core i5 13ª Gen 12GB RAM 512GB SSD Plata",
          "brand": "DELL",
          "image": "https://media.falabella.com.co/falabellaCO/127739911_01/public",
          "prices": [
            {
              "type": "eventPrice",
              "icons": "",
              "label": "",
              "price": [
                "1.699.900"
              ],
              "symbol": "$ ",
              "crossed": false
            },
            {
              "type": "normalPrice",
              "icons": "",
              "label": "",
              "price": [
                "3.054.800"
              ],
              "symbol": "$ ",
              "crossed": true
            }
          ],
          "rating": "4.9091",
          "seller": "Compumarket Bga",
          "reviews": "11",
          "availability": {
            "primeShipping": "",
            "expressShipping": "",
            "homeDeliveryShipping": "",
            "internationalShipping": "",
            "pickUpFromStoreShipping": ""
          }
        }
      ],
      "pagination": {
        "current": null,
        "total_pages": null,
        "total_results": 22973
      }
    },
    "status": "success"
  }
}

About the linio.com API

The Linio/Falabella Colombia API exposes 2 endpoints — search and get_details — covering product discovery and full product detail retrieval from Colombia's Falabella marketplace. A single search call returns paginated results with up to 10 fields per product including brand, pricing, seller, availability, and ratings. get_details adds variant-level pricing, purchasability flags, specification arrays, and HTML descriptions for any product URL.

Search Endpoint

The search endpoint accepts a required query string (e.g., 'samsung', 'laptop') and an optional page integer for pagination. Each item in the items array includes id, sku, name, brand, prices, url, rating, reviews, seller, availability, and image. The pagination object returns current, total_pages, and total_results, giving you the data needed to walk through multi-page result sets programmatically.

Product Detail Endpoint

The get_details endpoint takes a full Falabella Colombia product page URL and returns a structured object with variants, specifications, images, description_html, and description_text. The variants array breaks down each SKU-level option with its own prices, is_purchasable flag, stock count, and offers. The specifications array contains named attribute pairs — useful for filtering or comparing technical details across products.

Data Shape and Coverage

Both endpoints reflect the public Falabella Colombia catalog. The is_out_of_stock boolean at the product level gives a quick availability check without parsing variant data. Prices and stock can differ across variants, so iterating the variants array in get_details is necessary for accurate per-option data. Products are scoped to the Falabella Colombia storefront; other Linio regional sites are not included.

Common use cases
  • Build a price comparison tool that tracks prices changes across product variants over time
  • Monitor is_out_of_stock and stock fields across multiple SKUs for inventory alerts
  • Populate a product catalog with specifications arrays for faceted search or filtering
  • Aggregate rating and reviews counts from search results to rank top-rated products in a category
  • Extract seller and offers data to compare third-party marketplace pricing for the same product
  • Generate structured product feeds using description_text and images for downstream content pipelines
  • Track brand distribution across keyword search results for competitive market analysis in Colombia
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 Falabella/Linio have an official developer API?+
Falabella operates a Sellers API for approved marketplace partners at developers.falabella.com, primarily covering order management and inventory for registered sellers. It is not a public product-data API and requires merchant onboarding.
What does the `variants` array in `get_details` actually contain?+
Each variant object includes a sku, a display name, a prices structure, an is_purchasable boolean, a stock count, and an offers array. This lets you distinguish, for example, different color or storage options of the same product and see which are currently purchasable versus out-of-stock.
Does the API cover seller reviews, question-and-answer sections, or seller ratings separately from product ratings?+
Not currently. The API exposes product-level rating and reviews counts in search results, and variant-level offers in get_details, but does not return individual review text, Q&A threads, or per-seller rating breakdowns. You can fork this API on Parse and revise it to add an endpoint targeting those data sections.
Is pagination available on `search`, and are there any limits to be aware of?+
Yes. The search endpoint accepts a page integer and returns a pagination object with current, total_pages, and total_results. The page parameter must be a positive integer. Results beyond the last page will return no items, so checking total_pages before iterating is recommended.
Does this API cover other Linio regional storefronts such as Mexico, Peru, or Chile?+
Not currently. The API targets Falabella Colombia specifically, which absorbed the Linio Colombia storefront. Regional Linio or Falabella sites for other countries are not covered. You can fork this API on Parse and revise it to point at another regional storefront's product pages.
Page content last updated . Spec covers 2 endpoints from linio.com.
Related APIs in EcommerceSee all →
ripley.com API
Search for products across Ripley.cl's catalog and retrieve detailed information like prices, descriptions, and availability for any item. Perfect for comparing products, tracking pricing, or integrating Ripley's inventory into your own applications.
mercadolibre.com.mx API
Search for products on Mercado Libre Mexico, view detailed product information with pricing and offers, browse categories, and research seller details all in one place. Access live marketplace data including product listings, category hierarchies, and current offers to help you find and compare items across Mexico's largest e-commerce platform.
mercadolibre.com API
Search and retrieve product listings, details, customer reviews, categories, and current deals from MercadoLibre across multiple countries to find the best products and prices. Get comprehensive product information including specifications and user feedback to make informed purchasing decisions.
lista.mercadolivre.com.br API
Search and browse products from Mercado Livre Brazil, view detailed pricing and offers, and explore categories to find daily deals and product information. Get comprehensive product details including specifications and current market offers all in one place.
tiendamia.com API
Search for products across multiple countries and vendors on Tiendamia, then access detailed product information, best sellers, outlet deals, and weekly promotions. Get real-time pricing and availability data to find the best deals across different markets.
mercadolibre.com.ar API
Search for products, cars, and real estate listings on MercadoLibre Argentina and access detailed information including product specifications, customer reviews, and seller profiles. Get comprehensive market data to compare prices, evaluate sellers, and make informed purchasing decisions across multiple categories.
coppel.com API
Search and browse Coppel's product catalog by keyword to find items with prices, images, and detailed product information, with flexible sorting and pagination options. Get real-time access to Mexico's largest department store inventory to compare products and prices effortlessly.
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.