{
"age": "string",
"api_key": "string",
"apps_category": "string",
"chart": "string",
"engine": "string",
"gl": "string",
"google_domain": "string",
"hl": "string",
"html": "string",
"next_page_token": "string",
"q": "string",
"section_page_token": "string",
"see_more_token": "string",
"sk_type": "string",
"store_device": "string"
}curl --location --request POST '/api/v1/open/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"age": "string",
"api_key": "string",
"apps_category": "string",
"chart": "string",
"engine": "string",
"gl": "string",
"google_domain": "string",
"hl": "string",
"html": "string",
"next_page_token": "string",
"q": "string",
"section_page_token": "string",
"see_more_token": "string",
"sk_type": "string",
"store_device": "string"
}'{
"code": 0,
"data": {
"organic_results": [
{
"author": "string",
"category": "string",
"description": "string",
"dowmloads": "string",
"feature_image": "string",
"link": [
"string"
],
"product_id": "string",
"rating": "string",
"thumbnail": "string",
"title": "string",
"video": "string"
}
],
"related_searches": [
{
"link": "string",
"text": "string"
}
],
"search_metadata": {
"created_at": "string",
"google_url": "string",
"id": "string",
"json_endpoint": "string",
"processed_at": "string",
"raw_html_file": "string",
"status": "string",
"total_time_taken": 0
},
"search_parameters": {
"c": "string",
"gl": "string",
"google_domain": "string",
"hl": "string",
"html": "string",
"q": "string",
"sk_type": "string"
}
},
"msg": "string",
"reqId": "string"
}