Discover/zarahome.com API
live

zarahome.com APIzarahome.com

Browse and search the Zara Home catalog via API. Get product details including colors, sizes, prices, compositions, and care instructions across all categories.

Endpoints
4
Updated
14d ago
Try it

No input parameters required.

api.parse.bot/scraper/fa512633-3ede-4851-abc9-3c50e6069706/<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/fa512633-3ede-4851-abc9-3c50e6069706/get_categories' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Get top-level categories from the main navigation menu. Returns a static list of Zara Home US store categories.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "data": "array of category objects with id, name, and url",
    "status": "string, always 'success'"
  },
  "sample": {
    "data": [
      {
        "id": "1020319721",
        "url": "/us/new-in-n942",
        "name": "New In"
      },
      {
        "id": "1020611313",
        "url": "/us/bedroom-bedding-n945",
        "name": "Bedroom"
      },
      {
        "id": "1020264592",
        "url": "/us/living-room-cushions-blankets-n1004",
        "name": "Living Room"
      }
    ],
    "status": "success"
  }
}

About the zarahome.com API

The Zara Home API exposes 4 endpoints for searching and browsing the Zara Home US product catalog. Use search_products to query by keyword and receive paginated results with up to 8 fields per product — including material composition, care instructions, available colors with hex values, and size options. Category-based browsing and full product detail lookups are also available.

Endpoints and Data Coverage

The API covers four operations: get_categories, search_products, get_category_products, and get_product_details. get_categories returns a static list of top-level Zara Home US store categories, each with an id, name, and url. Those category IDs feed directly into get_category_products, which accepts a required category_id (e.g. '1020611313' for Bedroom) and optional limit to control result size.

Search and Product Detail

search_products accepts a required query string plus optional limit and offset parameters for pagination. It returns total_results, an is_last_page boolean, and a results array. Each product object includes id, name, name_en, description, composition, care, colors, and related_products. get_product_details accepts a product_id and an optional category_id — supplying the category context can yield richer data for some items. The response adds a colors array where each entry contains id, name, hex, per-color sizes, and images.

Data Completeness Notes

Not every product in the catalog carries full data. The colors, care, and composition fields may be empty for some items depending on what is available in the source catalog. The description field is returned as HTML. related_products is a lightweight array containing only id and name — full details require a follow-up call to get_product_details.

Common use cases
  • Build a product comparison tool that contrasts material compositions across Zara Home bedding and bath items.
  • Aggregate color and hex values from search results to analyze Zara Home's active seasonal palette.
  • Populate an e-commerce feed with product names, descriptions, and pricing by iterating category IDs from get_categories.
  • Monitor category-level product listings for new arrivals by polling get_category_products with a known category ID.
  • Generate a care-instruction reference guide by collecting the care arrays across products returned from keyword searches.
  • Build a cross-category size-availability tracker using the sizes field within each color object from get_product_details.
  • Surface related product recommendations in a custom storefront using the related_products array on each product detail response.
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 Zara Home have an official public developer API?+
No. Zara Home does not publish a public developer API or documented data feed for its product catalog.
What does `get_product_details` return that `search_products` does not?+
get_product_details returns a fully resolved colors array where each color entry includes hex, sizes, and images. In search results, the same fields are present but may be sparse. Supplying the optional category_id parameter alongside product_id can improve data completeness for some products.
How does pagination work in `search_products`?+
Pass an integer offset to advance through result pages and use limit to control page size. The response includes total_results and an is_last_page boolean so you can stop fetching when the final page is reached.
Are product reviews or customer ratings available through this API?+
Not currently. The API covers product metadata — names, descriptions, compositions, colors, sizes, and care instructions — but does not expose reviews or ratings. You can fork this API on Parse and revise it to add an endpoint targeting that data.
Does the API cover Zara Home stores outside the US?+
The get_categories endpoint returns categories for the Zara Home US store specifically. Other regional catalogs, pricing in non-USD currencies, and locale-specific availability are not currently covered. You can fork this API on Parse and revise it to target a different regional storefront.
Page content last updated . Spec covers 4 endpoints from zarahome.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.