hasdata
Use HasData APIs for web scraping and structured web data extraction.
npx skills add sickn33/agentic-awesome-skills --skill hasdata --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# HasData Cloud platform for extracting public web data. One API key, three execution modes. All endpoints sit under `https://api.hasdata.com` and authenticate with `x-api-key`. ```bash curl -G 'https://api.hasdata.com/scrape/google/serp' \ --data-urlencode 'q=coffee' \ -H 'x-api-key: <your-api-key>' ``` `401` invalid key, `403` quota exhausted, `429` concurrency cap, `500` server error (retry). ## When to Use Use this skill when: - The user needs web scraping. - The user needs search engine results. - The user needs structured data extraction. - The user needs ecommerce, travel, jobs, or local business data. - The user explicitly asks about HasData. ## Three execution modes | Mode | Latency | When | Endpoint | |---|---|---|---| | **Web Scraping API** | seconds | Arbitrary URL — JS rendering, CSS/AI extraction, screenshots | `POST /scrape/web` | | **Scraper APIs** (sync) | seconds | Pre-parsed JSON for known platforms (Google, Amazon, Zillow, …) | `GET /scrape/<vertical>/<resource>` | | **Scraper Jobs** (async) | minutes–hours | Bulk extraction, recursive crawling, webhook fan-out | `POST /scrapers/<slug>/jobs` | **Decision rule.** Default to a **Scraper API** when one exists for t
- When to Use
- Three execution modes
- Always-true response shape
- High-leverage patterns
- When to call from code (the wiring)
- Common gotchas
- References
- Resources
- Limitations
curl -G 'https://api.hasdata.com/scrape/google/serp' \
What does the hasdata skill do?
Use HasData APIs for web scraping and structured web data extraction.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill hasdata --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.