Lawson Japan Product Scraper avatar

Lawson Japan Product Scraper

Pricing

from $0.70 / 1,000 results

Go to Apify Store
Lawson Japan Product Scraper

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

MrDoe

Maintained by Community

Actor 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

OperationWhat it doesKey input
Browse a categoryLists every product currently shown in one Lawson category (or all categories)category / categories
Product detailsFull detail for specific productsproductId / productIds

Why use it?

  • New-product tracking - Lawson refreshes its line-up weekly; watch a category for isNew items 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

FieldDescription
productIdLawson's numeric product id
nameProduct name (Japanese)
priceWithTaxLawson standard price, tax included (JPY, integer)
currencyAlways JPY
kcalCalories per package
nutritionFull nutrition map (熱量, たんぱく質, 脂質, 炭水化物, 糖質, 食物繊維, 食塩相当量) - details only
allergensHighlighted allergens from the 28-item table - details only
descriptionProduct blurb - details only
contentAmount規格(内容量), e.g. "1食" - details only
isNew, badge, releaseDateNew-product flag, badge text, parsed release date (YYYY-MM-DD)
category, categoryLabel, breadcrumbsCategory slug + Japanese label + breadcrumb trail
imageProduct photo URL
productUrlCanonical lawson.co.jp detail URL

How to use it

  1. Pick an Operation: Browse a category or Product details.
  2. For browsing, choose a Category (or All categories, or list several under Categories - batch). Optionally add a Product name filter.
  3. For details, paste one or more Product ids or URLs.
  4. Set Max items if you want to cap a browse run.
  5. Click Start. Download as JSON, CSV, Excel or HTML, or pull from the API.

Input

FieldTypeDescription
operationstringsearch or productDetails (required)
categorystringOne category slug or all
categoriesarraySeveral slugs; include all to sweep everything
productNamestringCase-insensitive name filter (search)
productId / productIdsstring / arrayProduct id(s) or detail URL(s)
maxItemsintegerRow cap for search (default 20)
proxyConfigurationobjectProxy 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.