Crawlzodocs
API referenceFacebook

Facebook sound

A Facebook sound and the reels using it.

Given a sound, returns the sound's own record and a paged list of the reels that use it. Useful for tracking how far a track has spread.

The example response below is real output from this endpoint, not an illustration. Long lists and long strings are shortened to keep the page readable, and each place that happens is marked. This example took 2.9s.

POST
/v1/scrapers/facebook-sound-v2

Authorization

ApiKeyAuth
X-API-Key<token>

Your API key. Sent on every request.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/scrapers/facebook-sound-v2" \  -H "Content-Type: application/json" \  -d '{    "sound": "https://www.facebook.com/reel/1662432368287618/"  }'
{  "request_id": "req_8f2c1d94e7b0",  "success": true,  "status": {    "code": "OK",    "message": "Scrape completed.",    "retryable": false  },  "data": {    "listing_status": "login_required",    "pagination": {      "cursor": null,      "has_more": false    },    "posts": [],    "sound": {      "artist": "Coldplay",      "duration_ms": null,      "id": "1054605626637539",      "is_original": true,      "sound_link": "https://www.facebook.com/reel/audio/1054605626637539",      "thumbnail_url": "https://scontent-det1-1.xx.fbcdn.net/v/t39.30808-1/417405452_1032707351558914_9033608049470446616_n.jpg?stp=c399.478.1250.1250a_cp0_dst-jpg_tt6&cstp=mx1250x1250&ctp=s64x64&_nc_cat=106&ccb=1-7&_nc_sid=2d3e12&_nc_ohc=Levp9IO_IV4Q7kNvwEMGQC6&_nc_oc=AdobZD5tw4UXqxguPq8GfJ7-r_ZPy_xupUvLmipJ8ogX24MyDTF0I6VkwEsTe9tiQNc&_nc_zt… (+138 chars)",      "title": "Original audio",      "type": "original",      "usage_count": null    }  },  "error": null,  "meta": {    "client_id": "client_abc123",    "scraper": "facebook-sound-v2",    "billable": true,    "duration_ms": 2397  }}