Airbit: Search Beats
Airbit via Parse · music
Search for beats on the Airbit marketplace with various filters including genres, moods, tags, BPM range, price range, and duration. Genre aliases are resolved to internal IDs automatically. Returns paginated results of 20 beats per page. When no filters are applied, returns the most recently active beats. API for Airbit music marketplace to browse beats, charts, playlists, and producer catalogs. Fulfilled by Parse from airbit.com.
- airbit
- airbit-com
- entertainment
- marketplace
- music
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- music
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/67696d42-9ee1-40ed-8902-73cd6cb0afd5/search_beats
- Interface artifact
- sha256:a93ea6bff65ad7142a2e09f65c12c86ddcc75e4a11dc982066b508720fb82898
- Manifest digest
- sha256:616e4778b7a0b52d247f1f5479b8835f0126ff21f32fe36c2802a0770d811f35
Request fields
- bpm (string): JSON object with min/max BPM (e.g. '{"min":120,"max":160}').
- keys (string): JSON array of musical keys (e.g. '["C min","D maj"]').
- page (integer): Page number for pagination.
- tags (string): JSON array of tag strings (e.g. '["future","drake"]').
- moods (string): JSON array of mood aliases (e.g. '["dark","chill"]').
- price (string): JSON object with min/max price in USD (e.g. '{"min":10,"max":50}').
- genres (string): JSON array of genre aliases (e.g. '["hip-hop","trap"]'). Over 100 genres available including hip-hop, trap, pop, rnb, soul, rock, jazz, afrobeat, drill, reggaeton, lo-fi, cinematic, edm, country, gospel, and many more.
- duration (string): JSON object with min/max duration in seconds (e.g. '{"min":60,"max":240}').
- exclusiveOnly (boolean): Only return beats with exclusive licenses available.
- proSellersOnly (boolean): Only return beats from pro sellers.
- freeDownloadOnly (boolean): Only return beats available for free download.
Example queries
- {"page":"1","genres":"[\"hip-hop\"]"}