{
"job_id": "<string>",
"type": "<string>",
"status": "<string>",
"created_at": "<string>",
"message": "<string>",
"data": {
"name": "<string>",
"address": "<string>",
"phone": "<string>",
"website": "<string>",
"rating": 123,
"category": "<string>",
"enriched": true,
"enriched_at": "<string>"
},
"reviews": [
{}
],
"review_analysis": {
"total_extracted": 123,
"rating_distribution": {},
"negative_reviews": [
{}
],
"negative_count": 123,
"negative_percentage": 123,
"owner_response_rate_negative": 123,
"common_complaints": [
{}
]
},
"photos": [
{}
],
"photos_original": [
{}
],
"review_tags": [
{}
],
"menu_link": "<string>",
"street_view_url": "<string>",
"popular_times": {},
"related_places_found": 123,
"metadata": {
"worker_id": "<string>",
"vps_id": "<string>",
"proxy_used": true,
"scrape_time_ms": 123,
"reviews_extracted": 123,
"reviews_returned": 123,
"photos_extracted": 123,
"photos_hosted": 123,
"negative_reviews_count": 123
}
}