Skip to content
Data Directory

Query these datasets with Claude

Install a skill and Claude can query this data directly with DuckDB — the catalogs, the schemas and the query patterns, with nothing between it and the files.

For your AI agentRecommended

npx skills add your-org/data-directory

Installs the query-datasets skill — the catalog URLs, the schemas and the query patterns — into Claude Code, Codex or any agent that reads skills.

For your machine

curl -fsSL https://data.bunnytech.app/skill.sh | sh

Checks for the DuckDB CLI, writes a ./datadirectory/ folder with an attach script and per-dataset notes, then connects to all 2 published catalogs and prints the schema it finds. It never installs anything without asking.

Both end up in the same place. Read the script before you run it — it is generated from the published manifests, so it cannot describe data that is not there.

Apple App Store charts

Browse the rows

Every byte is read straight from object storage by DuckDB running in your browser. Nothing is downloaded up front, and nothing goes through a server. Ask a question instead.

sorted by snapshot_date, country, feed_type, genre_id, rank

This table declares no search columns. Use the question box for anything more specific.

  • snapshot_date
  • country
  • feed_type
  • genre_id
  • rank
  • app_id
  • price_amount
  • price_currency
  • ingested_at
Page 1
SQL for this page
SELECT * FROM "rankings" ORDER BY "snapshot_date", "country", "feed_type", "genre_id", "rank" LIMIT 50