Agent skill · Data & Analytics

hasdata

Use HasData APIs for web scraping and structured web data extraction.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill hasdata --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 11
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/hasdata/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Three execution modes
  3. Always-true response shape
  4. High-leverage patterns
  5. When to call from code (the wiring)
  6. Common gotchas
  7. References
  8. Resources
  9. Limitations
Ships with 10 files
  • references/code-recipes.md
  • references/ecommerce.md
  • references/jobs.md
  • references/local-business.md
  • references/real-estate.md
  • references/scraper-jobs.md
  • references/search.md
  • references/travel.md
  • references/web-scraping.md
  • references/youtube.md
Commands it runs
curl -G 'https://api.hasdata.com/scrape/google/serp' \
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going