Discover/containerstore.com API
live

containerstore.com APIwww.containerstore.com

Search The Container Store's product catalog by keyword. Get product names, prices, brands, images, and autocomplete suggestions via 2 JSON endpoints.

Endpoints
2
Updated
3mo ago
Try it
Page number (1-based).
Number of results per page.
Sort order. Accepted values: 'sale_price asc', 'sale_price desc', 'best_seller desc'. Omit
Search keyword (e.g. 'bins', 'kitchen organizer', 'closet').
api.parse.bot/scraper/5af121a6-2787-4abb-9063-b692ead7ed37/<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/5af121a6-2787-4abb-9063-b692ead7ed37/search_products?page=1&rows=5&sort=sale_price+asc&query=bins' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search for products by keyword with pagination and sorting support. Returns product details including name, brand, price, images, and descriptions.

Input
ParamTypeDescription
pageintegerPage number (1-based).
rowsintegerNumber of results per page.
sortstringSort order. Accepted values: 'sale_price asc', 'sale_price desc', 'best_seller desc'. Omitting returns default relevance order.
queryrequiredstringSearch keyword (e.g. 'bins', 'kitchen organizer', 'closet').
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "query": "string, the search keyword used",
    "facets": "object with filter categories and their value counts",
    "products": "array of product objects with pid, title, brand, price, sale_price, url, image, description",
    "total_pages": "integer, total number of pages",
    "rows_per_page": "integer, number of results per page",
    "total_results": "integer, total number of matching products"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "bins",
      "facets": {},
      "products": [
        {
          "pid": "11019017",
          "url": "https://www.containerstore.com/s/storage/plastic-bins-baskets/plastic-storage-bins-with-handles/12d?productId=11019017",
          "brand": "The Container Store",
          "image": "https://images.containerstore.com/catalogimages/572148/10071294g-plastic-storage-bin-with-h.jpg?width=312&height=312",
          "price": 95.88,
          "title": "Plastic Storage Bins with Handles",
          "sale_price": 95.88,
          "description": "<b>Simple. Affordable. And perfect for storing all kinds of things around your home.</b>..."
        }
      ],
      "total_pages": 174,
      "rows_per_page": 5,
      "total_results": 869
    },
    "status": "success"
  }
}

About the containerstore.com API

The Container Store API provides 2 endpoints for searching and browsing The Container Store's product catalog. The search_products endpoint returns up to 9 fields per product — including pid, title, brand, price, sale_price, image, url, and description — along with facets and pagination metadata. A companion suggest endpoint returns query completions and matching product previews for a given search prefix.

Search Products

The search_products endpoint accepts a required query string (e.g. 'bins', 'closet organizer') and returns a paginated list of matching products. Each product object includes pid, title, brand, price, sale_price, image, url, and description. Results can be sorted by sale_price asc, sale_price desc, or best_seller desc via the sort parameter. The response also includes a facets object containing filter categories and their value counts, which can be used to understand how results break down by attribute.

Autocomplete Suggestions

The suggest endpoint takes a query prefix and returns two arrays: query_suggestions (each with query and display_text) and product_suggestions (each with pid, title, sale_price, image, and url). This is useful for building search-as-you-type experiences or pre-fetching candidate product sets before a full search is triggered.

Pagination and Sorting

search_products supports page (1-based integer) and rows (results per page) parameters alongside the sort option. The response includes total_pages, total_results, and rows_per_page fields so consumers can iterate through the full result set programmatically. Omitting sort returns results in the site's default ranking order.

Common use cases
  • Build a price-tracking tool that monitors sale_price changes for specific storage product categories over time.
  • Power a search autocomplete widget using query_suggestions and product_suggestions from the suggest endpoint.
  • Aggregate product catalogs across multiple retailers and compare Container Store items by brand and price.
  • Filter and sort storage products by sale_price asc to identify the lowest-cost options in a given category.
  • Analyze facets data from search_products to understand how a category (e.g. 'closet') breaks down by attribute.
  • Generate curated product lists ranked by best_seller desc for content or affiliate marketing use cases.
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 The Container Store have an official public developer API?+
No. The Container Store does not publish a public developer API or documented REST endpoints for third-party use.
What does the `facets` field in `search_products` contain?+
The facets object returns filter categories relevant to the search query along with value counts for each option. For example, a search for 'bins' might return facets grouping results by material or size, each with a count of matching products. Facets are included in every search_products response and vary by query.
Does the API return product reviews or ratings?+
Not currently. The search_products and suggest endpoints cover product identifiers, titles, brands, prices, images, descriptions, and facets. Review scores and review text are not included in the response. You can fork this API on Parse and revise it to add a product reviews endpoint.
Can I retrieve a product's full detail page — dimensions, color variants, or stock status?+
Not currently. Both endpoints return catalog-level fields: pid, title, brand, price, sale_price, image, url, and description. Detailed attributes like dimensions, color variants, and inventory availability are not exposed. You can fork this API on Parse and revise it to add a product detail endpoint covering those fields.
How does pagination work in `search_products`?+
The endpoint uses 1-based page numbering via the page parameter. The response includes total_pages, total_results, and rows_per_page so you can calculate the full result range. The rows parameter controls how many products are returned per page.
Page content last updated . Spec covers 2 endpoints from www.containerstore.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.