Skip to main content
GET
/
v1
/
facebook
/
search_facebook_watch_videos
Fetch Search Videos
curl --request GET \
  --url https://api.agntdata.dev/v1/facebook/search_facebook_watch_videos \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...

Query Parameters

query
string
default:dog playing with cats
required
fields
string

Comma-separated list of keys to include in the response. Use dot notation to target specific sections (e.g. videos.id,videos.title,page_info.end_cursor). Invalid keys are silently ignored. If omitted, the full response is returned.

end_cursor
string
videos_live
boolean
most_recent
boolean

Response

Successful response

The response is of type object.