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
3mo 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 →
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.
Linio / Falabella Colombia API · Parse