Overview
High-Level Flow
1
2
3
4
Key Concepts
Example Flow
1
{
"platform": "AMZ",
"operation": "SEARCH",
"domain": ".ca",
"payload": {
"urls": [
"https://www.amazon.ca/s?k=mouse", "https://www.amazon.ca/s?k=table+tennis"
]
},
"callback_url": "https://yourdomain.com/webhook"
}
2
{
"data": {
"accepted": [
{
"results": [
{ "link": "...", "id": "250f..." },
{ "link": "...", "id": "cd4b..." }
]
}
]
}
}3
4
Fetching Results
Notes
Last updated