← ClaudeAtlas

target-researchlisted

Researches Target's catalog — categories, products, filters, prices, questions, and reviews — using the Crawlora API, returning clean JSON. Use when the user asks to find a product on Target, browse a Target category, compare Target prices/availability by store, or pull Target product Q&A and reviews — instead of scraping target.com.
Crawlora-org/crawlora-skills · ★ 0 · AI & Automation · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Target research Browse and search Target's catalog and pull product detail, pricing, availability, questions, and reviews — all as normalized JSON from the Crawlora API, with no HTML scraping. ## When to use this skill - "What does X cost on Target?" or "find X on Target." - "Browse this Target category" / "what's in Target's [department]?" - "Filter Target results by [brand/size/price]." - "Pull the Q&A / reviews for this Target product." - "Check price or availability for this Target item at a specific store." ## Setup (one-time) - Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills). - `export CRAWLORA_API_KEY=sk_your_key_here` - All requests: `x-api-key: $CRAWLORA_API_KEY` against `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`. ## How it works 1. **Browse or search** — `/target/categories` lists the category menu and ids; `/target/category-products` (`category_id`) or `/target/search` (`q`) return paginated products plus the filter groups/options available for that result set. 2. **Filter** — `/target/filter-options` returns the dynamic filter groups for a query (`q`) or category (`category_id`) on its own, if you need them before browsing; pass selected option ids back through `filter_ids` (comma-separated) on category-products or search to narrow results. 3. **Detail** — `/target/product` (`tcin`) fetches f