Researches products, prices, brands, and categories on Zalando (the European fashion marketplace) using the Crawlora API, returning clean JSON. Use when the user asks to find a product, browse a category or brand, autocomplete a search, or resolve a Zalando storefront market — instead of scraping Zalando pages.
设计与多媒体
zara-research
试用Researches Zara's catalog — category taxonomy, category listings, product detail, keyword search, search suggestions, and nearby physical stores — using the Crawlora API, returning clean JSON. Use when the user asks to find a product on Zara, browse a Zara category, search Zara's catalog by keyword, pull a Zara product's colors/sizes/images, or find a nearby Zara store — instead of scraping zara.com.
它能做什么
Researches Zara's catalog — category taxonomy, category listings, product detail, keyword search, search suggestions, and nearby physical stores — using the Crawlora API, returning clean JSON. Use when the user asks to find a product on Zara, browse a Zara category, search Zara's catalog by keyword, pull a Zara product's colors/sizes/images, or find a nearby Zara store — instead of scraping zara.com.
技能文档
Zara research
Browse Zara's category taxonomy, list or search products, and pull full product detail (color variants, per-size stock, images) and nearby physical stores — all as normalized JSON from the Crawlora API, with no HTML scraping.
When to use this skill
- "What does X cost on Zara?" or "find X on Zara."
- "Browse Zara's {section} category" / "what's in Zara's WOMAN/MAN/KID line?"
- "Search Zara for {keyword}."
- "Pull the colors/sizes/images for this Zara product."
- "Find the nearest Zara store to {location}."
Setup (one-time)
- Get a free Crawlora API key (2,000 credits/mo, no card) at https://crawlora.net.
export CRAWLORA_API_KEY=sk_your_key_here- All requests:
x-api-key: $CRAWLORA_API_KEYagainsthttps://api.crawlora.net/api/v1. Missing/invalid key →401.
How it works
- Browse categories —
/zara/categoriesreturns Zara's full US storefront category/subcategory tree (WOMAN, MAN, KID, etc). Each entry'sidis thecategoryIdto pass to category-products. - List or search —
/zara/category/{categoryId}/productsreturns a category's complete product listing in one call (Zara doesn't paginate this endpoint), or/zara/search(query,section) runs a keyword search with real offset-based pagination. Both return normalized products with pricing, images, and availability, one entry per purchasable color variant rather than one per color-grouped product. Use/zara/suggest(query) for typeahead search-term ideas before committing to a keyword. - Detail —
/zara/product/{productId}(numeric id, taken from a search/category result'surlfield, the digits after-p) fetches every purchasable color variant with its real marketing description, per-size stock, and full image gallery — richer than the listing/search summaries. - Stores —
/zara/storesfinds nearby physical Zara stores bylat/lng(both required — no free-text zip/city search), with optionalradius,pickup_only, anddonation_onlyfilters.
Full endpoint list, methods, and params: reference/endpoints.md.
Calling the API
# List categories to find a categoryId:
scripts/crawlora.sh /zara/categories | jq '.'
# Browse a category's full listing (no pagination):
scripts/crawlora.sh /zara/category/2417941/products | jq '.'
# Keyword search within a section, paginated:
scripts/crawlora.sh /zara/search query="linen shirt" section="MAN" limit=24 offset=0 | jq '.'
# Product detail (colors, sizes, images):
scripts/crawlora.sh /zara/product/12345678 | jq '{name,detail}'
Raw curl fallback:
curl -fsS -H "x-api-key: $CRAWLORA_API_KEY" \
"https://api.crawlora.net/api/v1/zara/search?query=linen+shirt§ion=MAN" | jq '.'
Endpoint reference
See reference/endpoints.md for every Zara
endpoint this skill uses (method, path, params, description).
Examples
- Category browse with pricing:
/zara/categoriesto find a section'scategoryId, then/zara/category/{categoryId}/productsfor the full listing — no paging needed, the response is already complete. - Search and compare:
/zara/suggestto refine a keyword, then/zara/search(paginated vialimit/offset) for candidates, then/zara/product/{productId}on the top picks to compare colors, per-size stock, and images before recommending one. - Local store check:
/zara/storeswithlat/lng(and optionallyradius,pickup_only,donation_only) to list nearby stores before telling a shopper where to try something on.
Notes & limits
- Credits / pay-on-success: billed only on
2xx; free tier 2,000 credits/mo. Key at https://crawlora.net. - Public data only — public Zara product/category/store pages; respect Zara's terms.
- Security: key lives in
CRAWLORA_API_KEYonly — never hardcode, query-param, or commit it. - No reviews or Q&A endpoint — this build only covers categories, listings, product detail, search, suggest, and stores.
- Category listings aren't paginated —
/zara/category/{categoryId}/productsalways returns the category's complete listing in one call; only/zara/searchhas real pagination (limit/offset, zero-based offset, defaultslimit=24,offset=0). - Search is best-effort, not exact-match — for an obscure or nonsense
query, Zara's own search falls back to a broader recommended set instead of an empty result, and there's no field to distinguish that fallback from a true keyword match. An offset past the last result returns a normal empty page withis_last_page: true, not an error. - One entry per color variant, not per product — both
/zara/category/{categoryId}/productsand/zara/searchlist each purchasable color as its own entry;/zara/product/{productId}groups all of a product's colors together. - Product identity comes from the result URL —
productIdfor/zara/product/{productId}is the numeric id in a search/category result'surlfield (the digits after-p), not a SKU; an unrecognized id returns404. - Stores requires coordinates —
/zara/storesneedslatandlngdirectly; there's no zip/city text search.radiusdefaults to 30 miles (1–500). A location with no stores in range returns a normal response with an emptystoresarray, not an error.
相关技能
Researches Zappos's footwear and apparel catalog — the brand directory, product search, and product detail (pricing, images, ratings, fit feedback, color variants) — using the Crawlora API, returning clean JSON. Use when the user asks to find a shoe or apparel item on Zappos, look up or browse a specific Zappos brand's catalog, or pull a Zappos product's pricing/rating/variant/fit detail — instead of scraping zappos.com.
Researches H&M's catalog — storefront categories, product listings, product detail, free-text search, and nearby physical stores — using the Crawlora API, returning clean JSON. Use when the user asks to find a product on H&M, browse an H&M category, search H&M's catalog by keyword, pull an H&M product's colors/sizes/reviews, or find a nearby H&M store — instead of scraping hm.com.
Researches products, prices, sellers, and reviews across 28 major online marketplaces and big-box/specialty retailers (Amazon, eBay, Shopify stores, Shop.app, Target, Costco, Walmart, Nike, Zara, Adidas, Best Buy, Home Depot, Sephora, SHEIN, IKEA, Chewy, and more) using the Crawlora API, returning clean JSON. Use when the user asks to find a product, compare prices or sellers, track listings, or pull marketplace/retailer reviews — instead of scraping store pages.
Researches Old Navy's catalog (and its Gap Inc. sibling storefronts Gap, Banana Republic, Athleta) — categories, products, colors/sizes, in-store pickup availability, and reviews — using the Crawlora API, returning clean JSON. Use when the user asks to find a product on Old Navy/Gap/Banana Republic/Athleta, browse a category, check in-store pickup stock at a specific store, or pull product reviews — instead of scraping oldnavy.com.
Researches Nike's catalog — categories, search, product detail, colorways, reviews, and nearby stores — using the Crawlora API, returning clean JSON. Use when the user asks to find a Nike product, browse a Nike category, compare Nike colorways/prices, pull Nike product reviews, or locate nearby Nike stores — instead of scraping nike.com.