Ramen Database (ramendb.supleks.jp) Scraper
LEAD GENERATIONTRAVEL
Ramen Database Scraper (ramendb.supleks.jp)
Scrape Japan's largest specialist ramen shop database — ramendb.supleks.jp by Supleks. Extract shop names, addresses, prefectures, genres, community point scores, review counts, open hours, nearest train stations, and photos for up to 80,000+ registered shops across Japan.
What this scraper does
ramendb.supleks.jp is the authoritative Japanese ramen ranking database, built by ramen enthusiasts who rate and review shops on a 100-point community scoring system. This scraper walks the site's full shop catalogue and returns structured data for each entry.
Data you get per shop:
- Shop name (Japanese)
- Prefecture and city
- Full street address
- Nearest train/subway station with walking distance
- ramendb community point score (0–100 scale)
- Total review count
- Ramen genre (e.g. ラーメン, つけ麺, from schema.org servesCuisine)
- Business hours and regular closed days
- First shop photo URL
- Source detail page URL
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
maxItems |
integer | Yes | 10 | Maximum number of ramen shops to scrape |
Output
One dataset record per ramen shop. Example record (shop #77, とうかんや, Tokyo):
{
"shop_id": 77,
"shop_name": "とうかんや",
"prefecture": "東京都",
"city": "江東区",
"address": "〒136-0076 東京都江東区南砂5-21-4",
"nearest_station": "東京メトロ東西線『南砂町駅』(773m)",
"score": 91.408,
"review_count": 216,
"genre": "ラーメン",
"open_hours": "[月~金] 11:00~15:00/18:00~20:00[土・祝] 11:00~15:00",
"closed_days": "日曜、第2・4・5月曜",
"detail_url": "https://ramendb.supleks.jp/s/77.html",
"photo_url": "https://s1.spkimg.com/image/2021/03/03/07/1uS7r7kOGbcVDmsD5Asy0jM90fKFnI33.jpg",
"scrapedAt": "2026-06-02T14:00:00.000Z"
}
Notes
- Language: All text fields (shop names, addresses, hours) are in Japanese.
- Coverage: The full catalogue covers 80,000+ shops nationwide; a full run requires a 4-hour timeout with
maxItemsunset. - Proxy: Automatically routes through Japanese residential proxies — no configuration needed.
- Rate limiting: Requests are rate-limited to stay polite; the scraper respects the site's conventions.