post https://api.datafiniti.co/v4/targeted-updates
Refresh the data you need in real-time
Log in to see full request history
Guide: Real-time Data Requests
Responses
Refresh the data you need in real-time
xxxxxxxxxx
curl -L -X POST 'https://api.datafiniti.co/v4/targeted-updates' \
-H 'Authorization: Bearer YOUR_DF_TOKEN' \
-H 'Content-Type: application/json' \
--data-raw '{
"query": "keys:*",
"num_records_requested": 1,
"data_type": "product",
"domains": ["www.amazon.com"]
}'
Try It!
to start a request and see the response here! Or choose an example: