BIGLEMON Japan Used Construction Machinery avatar

BIGLEMON Japan Used Construction Machinery

Pricing

from $2.00 / 1,000 results

Go to Apify Store
BIGLEMON Japan Used Construction Machinery

BIGLEMON Japan Used Construction Machinery

Scrape used construction machinery listings from BIGLEMON (biglemon.kenkey.jp): forklifts, wheel loaders, dump trucks, crawler cranes and more, with price, year, maker and category.

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

7 days ago

Last modified

Categories

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