[
{
"language_code": "en",
"location_name": "New York,New York,United States",
"keyword": "cheap hotel",
"check_in": "2023-06-01",
"check_out": "2023-06-30",
"currency": "USD",
"adults": 2,
"children": [
14
],
"sort_by": "highest_rating",
"priority": 2,
"tag": "example"
}
]curl --location 'https://api.302.ai/dataforseo/v3/business_data/google/hotel_searches/task_post' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '[
{
"language_code": "en",
"location_name": "New York,New York,United States",
"keyword": "cheap hotel",
"check_in": "2023-06-01",
"check_out": "2023-06-30",
"currency": "USD",
"adults": 2,
"children": [
14
],
"sort_by": "highest_rating",
"priority": 2,
"tag": "example"
}
]'{}