← 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 70
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 **733 endpoints across 61 platform groups** — 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](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills). - Export it so the helper and any `curl` calls can read it: ```sh export CRAWLORA_API_KEY=sk_your_key_here ``` - All req