Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3000/v1/admin/scrapers/cookies \ --header 'Content-Type: application/json' \ --data ' { "retailer_code": "<string>", "cookies": [ { "name": "<string>", "value": "<string>", "domain": "<string>", "path": "<string>", "expires": 123, "httpOnly": true, "secure": true, "sameSite": "<string>" } ], "domain": "amazon.com", "expires_hours": 336, "notes": "<string>" } '
{ "message": "<string>", "cookie_record": null }
Upload or update cookies for scraper authentication.
1 - 20
Show child attributes
100
1 <= x <= 720
500
Cookies uploaded