← ClaudeAtlas

crawloralisted

Fetches structured public web data via the Crawlora REST API — search engines, e-commerce, social, finance, maps, app stores, media, and reviews — returning clean JSON instead of HTML. Use whenever the user needs real data from a public website (prices, listings, reviews, transcripts, SERPs, trends, financials, places) and would otherwise have to scrape or parse HTML.
Crawlora-org/crawlora-skills · ★ 0 · Data & Documents · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Crawlora — structured public web data Crawlora is a hosted API that turns public websites into clean, normalized JSON. One API key gives you **445 endpoints across 38 platforms** — search engines, marketplaces, social and video, finance and crypto, maps, app stores, media, and reviews — so an agent can fetch real data without running a browser, proxies, or HTML parsers. ## When to use this skill Use Crawlora when the user asks for live data that lives on a public website, e.g.: - "What's the price of X on Amazon / eBay / Shopify?" - "Pull the transcript / comments of this YouTube video." - "Get the latest Google / Bing results for …" or "what's trending on Google Trends?" - "Reviews and ratings for this iOS / Android app." - "Yahoo Finance quote / financials for NVDA", "top CoinGecko gainers". - "TikTok / Instagram / Reddit posts about …", "Trustpilot reviews for …". - Any task where the alternative would be scraping HTML or maintaining a crawler. Prefer a more specific Crawlora skill if one is installed (e.g. `product-price-research`, `youtube-research`, `app-review-mining`, `serp-keyword-research`). This umbrella skill covers everything else. ## Setup (one-time) - Get a free Crawlora API key (2,000 credits/mo, no card) at <https://crawlora.net>. - Export it so the helper and any `curl` calls can read it: ```sh export CRAWLORA_API_KEY=sk_your_key_here ``` - All requests go to `https://api.crawlora.net/api/v1` with the header `x-api-key: $CRAWLORA_API_KEY`.