Wongnai Scraper avatar

Wongnai Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Wongnai Scraper

Wongnai Scraper

Extracts restaurants, beauty clinics, menus, contact numbers, geo-coordinates, reviews, and images from Wongnai.com.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Gravity Zero

Gravity Zero

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

🇹🇭 Wongnai Local Restaurant & Business Scraper

Uncover high-intent local business listings, restaurants, beauty clinics, clinics, locations, detailed menus, and review sentiments directly from Wongnai.com (Thailand's leading and largest lifestyle and local business discovery directory).

This highly optimized Apify Actor utilizes lightweight, HTTP-First state-extraction routines built specifically on top of Crawlee and CheerioCrawler to extract high-density dataset profiles with minimal compute footprint and rapid load speeds.


🔥 Key Value Propositions & Use Cases (Thai Market)

  • Granular Local Geolocation Indexing: Extract exact business addresses, verified contact numbers, and precise latitude/longitude geo-coordinates across Thai provinces.
  • AI RAG & Culinary Sentiment Analysis: Harvest verified customer star ratings and authentic review comments, ready to pipe clean dataset indices directly into conversational Local Advisor RAG agents.
  • Competitor Directory Audits: Monitor pricing range guides, trading hours, and trending menu specialties to run deep neighborhood market analysis.
  • SaaS Delivery Integration: Compile structured data templates containing items, menus, and shop schedules ready to sync with regional food delivery POS aggregators.

🛠️ Actor Input Parameters

This Actor accepts the following customizable JSON parameters:

ParameterTypeRequiredDescriptionExample
searchQueriesArrayYesTarget keywords/locations to search on Wongnai.["ส้มตำ ห้วยขวาง", "นวดแผนไทย เชียงใหม่"]
maxListingsNumberYes (Default: 50)Maximum business listings to extract per search query.30
scrapeReviewsBooleanYes (Default: true)Enable to gather reviewer metrics and comments.true
maxReviewsPerListingNumberYes (Default: 10)Limit user review comments loaded per business.5
proxyConfigurationObjectNoProxy settings config. Thai residential proxy is highly recommended.{"useApifyProxy": true}

Input JSON Example

{
"searchQueries": ["ชาบู สุขุมวิท", "คาเฟ่ อารีย์"],
"maxListings": 40,
"scrapeReviews": true,
"maxReviewsPerListing": 5,
"proxyConfiguration": {
"useApifyProxy": true
}
}

📤 Output Dataset Format Example

The output is written directly to your dataset in a clean, token-efficient format ready for immediate database feeds, Google sheets integration, or RAG models:

{
"id": "1002345",
"name": "ส้มตำสุดยอด ห้วยขวาง",
"url": "https://www.wongnai.com/businesses/1002345",
"category": "อาหารอีสาน/ส้มตำ",
"phone": "[PHONE]",
"priceRange": "฿฿ (101 - 250 THB)",
"rating": 4.2,
"reviewCount": 142,
"address": "ห้วยขวาง กรุงเทพมหานคร 10310",
"latitude": 13.776652,
"longitude": 100.569421,
"openingHours": [
"ทุกวัน: 11:00 - 22:00"
],
"reviews": [
{
"reviewId": "rev-58291",
"author": "อร่อยตัวจริง",
"rating": 5,
"text": "รสชาติดีเลิศ บริการเป็นกันเอง ประทับใจมากส้มตำถาดรสแท้",
"date": "2026-07-01T15:30:00.000Z"
}
]
}