Lawson Japan Product Scraper
Pricing
from $0.70 / 1,000 results
Lawson Japan Product Scraper
Extract Lawson Japan's own-brand product catalogue — rice balls, bento, sandwiches, bakery, sweets and coffee. Get name, tax-included price, calorie count, full nutrition table, allergens, release date, category and photo for every item. Browse by category or pull specific product details. No login.
Pricing
from $0.70 / 1,000 results
Rating
0.0
(0)
Developer
MrDoe
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
What does Lawson Japan Product Scraper do?
Lawson Japan Product Scraper extracts Lawson's own-brand ("オリジナル商品") product catalogue - rice balls, bento, sandwiches, bakery, sweets, coffee, and more - straight from lawson.co.jp. For each product you get the name, tax-included price, calorie count, full nutrition table, highlighted allergens, release date, category, and photo. No login, no API key.
Run it on Apify for scheduled runs, a REST API, and integrations with Google Sheets, Make, Zapier and more.
Two operations
| Operation | What it does | Key input |
|---|---|---|
| Browse a category | Lists every product currently shown in one Lawson category (or all categories) | category / categories |
| Product details | Full detail for specific products | productId / productIds |
Why use it?
- New-product tracking - Lawson refreshes its line-up weekly; watch a category for
isNewitems and release dates. - Price and nutrition monitoring - tax-included price, kcal, protein/fat/carbs/salt per product.
- Allergen data - the highlighted allergens from Lawson's 28-item allergen table, per product.
- Menu / competitive research - a clean nationwide snapshot of a major Japanese convenience-store chain's food range.
Data it extracts
| Field | Description |
|---|---|
productId | Lawson's numeric product id |
name | Product name (Japanese) |
priceWithTax | Lawson standard price, tax included (JPY, integer) |
currency | Always JPY |
kcal | Calories per package |
nutrition | Full nutrition map (熱量, たんぱく質, 脂質, 炭水化物, 糖質, 食物繊維, 食塩相当量) - details only |
allergens | Highlighted allergens from the 28-item table - details only |
description | Product blurb - details only |
contentAmount | 規格(内容量), e.g. "1食" - details only |
isNew, badge, releaseDate | New-product flag, badge text, parsed release date (YYYY-MM-DD) |
category, categoryLabel, breadcrumbs | Category slug + Japanese label + breadcrumb trail |
image | Product photo URL |
productUrl | Canonical lawson.co.jp detail URL |
How to use it
- Pick an Operation: Browse a category or Product details.
- For browsing, choose a Category (or All categories, or list several under Categories - batch). Optionally add a Product name filter.
- For details, paste one or more Product ids or URLs.
- Set Max items if you want to cap a browse run.
- Click Start. Download as JSON, CSV, Excel or HTML, or pull from the API.
Input
| Field | Type | Description |
|---|---|---|
operation | string | search or productDetails (required) |
category | string | One category slug or all |
categories | array | Several slugs; include all to sweep everything |
productName | string | Case-insensitive name filter (search) |
productId / productIds | string / array | Product id(s) or detail URL(s) |
maxItems | integer | Row cap for search (default 20) |
proxyConfiguration | object | Proxy settings (default Apify proxy is enough) |
Output
Each dataset row is one product. Download in JSON, HTML, CSV or Excel.
{"_operation": "productDetails","productId": "1531086","name": "プレミアムおにぎり わさび醤油仕立ての漬けサーモン(アトランティックサーモン)","priceWithTax": 257,"currency": "JPY","kcal": 210,"description": "脂のりのよいアトランティックサーモンを使用。漬けのとろっとした食感がワンランク上の味わい。わさび醤油がアクセント。※海苔はついていない商品です。","contentAmount": "1食","nutrition": { "熱量": "210kcal", "たんぱく質": "5.5g", "脂質": "2.5g", "炭水化物": "41.7g", "糖質": "40.8g", "食物繊維": "0.9g", "食塩相当量": "1.69g" },"allergens": ["小麦", "さけ", "大豆"],"isNew": true,"badge": "NEW","releaseDate": null,"category": "オリジナル商品","breadcrumbs": ["商品・おトク情報", "オリジナル商品", "プレミアムおにぎり わさび醤油仕立ての漬けサーモン(アトランティックサーモン)"],"image": "https://www.lawson.co.jp/recommend/original/detail/img/l819066.png","productUrl": "https://www.lawson.co.jp/recommend/original/detail/1531086_1996.html","status": "success"}
Known limitations
- Own-brand catalogue only. This scrapes Lawson's "オリジナル商品" pages - not third-party/national-brand goods, and not the Loppi or Uber Eats/Wolt delivery menus.
- Nationwide info, not per-store. Lawson publishes product data centrally; regional-availability caveats are in the page notes but there is no per-store stock signal.
- Some products (especially not-yet-released items) have no nutrition or allergen table yet; those fields come back empty.
- Prices are the "Lawson standard price" (recommended franchise price); individual stores may differ.
- Product ids rotate as the line-up refreshes - an old id returns a single
status: "error"row.
FAQ
Do I need an account or key? No.
Is scraping this legal? It collects only public product-catalogue data, no personal data. You are responsible for complying with Lawson's site terms and applicable law.
Can it get store locations? Not this Actor - it's product data only.