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