cURL
Agoda
Queue a search crawl
Submit a multi-page Agoda search as an async job (up to 25 pages).
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Destination text
Minimum string length:
1Check-in date (YYYY-MM-DD)
Pattern:
^\d{4}-\d{2}-\d{2}$Check-out date (YYYY-MM-DD)
Pattern:
^\d{4}-\d{2}-\d{2}$Number of adults (default 2)
Pattern:
^\d+$Number of children (default 0)
Pattern:
^\d+$Comma-separated child ages; length must match children
Pattern:
^\d+(,\d+)*$Number of rooms (default 1)
Pattern:
^\d+$Display currency (ISO 4217)
Pattern:
^[A-Za-z]{3}$Point-of-sale market (ISO country code)
Pattern:
^[A-Za-z]{2}$Device profile to emulate
Available options:
desktop, mobile, tablet First page to crawl (default 1)
Pattern:
^\d+$Last page to crawl, max 25 pages from start_page
Pattern:
^\d+$Max time to wait per page, in ms
Pattern:
^\d+$