BigLemon Japan Machinery Scraper - Used Heavy Equipment Prices avatar

BigLemon Japan Machinery Scraper - Used Heavy Equipment Prices

Pricing

from $2.00 / 1,000 results

Go to Apify Store
BigLemon Japan Machinery Scraper - Used Heavy Equipment Prices

BigLemon Japan Machinery Scraper - Used Heavy Equipment Prices

Scrapes BigLemon (Japan's top used construction machinery marketplace) for equipment listings, prices, hours, year and location. For dealers, contractors and market research.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

atushi ino

atushi ino

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

BIGLEMON Japan Used Construction Machinery Scraper

Scrape used construction machinery, forklifts, and trucks from biglemon.kenkey.jp — a Japanese marketplace for used heavy equipment.

Features

  • ✅ Server‑side rendered page – fast and cheap
  • ✅ Extracts item ID, title, maker, model, year, price, category, image, detail URL
  • ✅ Optional category filter (e.g., 建設機械, 運搬車両, 農業機械)
  • ✅ Runs on Apify proxy – reduces IP blocking
  • ✅ Works without a browser (Python + httpx + BeautifulSoup)

Input

FieldTypeDefaultDescription
maxItemsinteger50Maximum number of items to collect
categoryFilterstringemptySubstring filter for the category field (e.g. 建設機械). Empty = all
proxyConfigurationobjectautoApify proxy setting

Output

Each item contains: itemId, title, maker, model, year, price (JPY), category, imageUrl, detailUrl, listedAt, source, scrapedAt.

Example:

{
"itemId": "162468",
"title": "マツダ TKG-LKR85AD",
"maker": "マツダ",
"model": "TKG-LKR85AD",
"year": "2013",
"price": 0,
"category": "ダンプ車",
"detailUrl": "https://biglemon.kenkey.jp/item/162468",
"source": "biglemon"
}

Use Cases

  • 🏗️ Heavy equipment inventory tracking
  • 📊 Pricing research for used forklifts, excavators, wheel loaders, etc.
  • 🚛 Import/export business research

Tech

  • Python 3.11 + httpx + BeautifulSoup
  • Apify Actor SDK v3