Rakuten Ichiba Product Search — Official API, JPY Pricing avatar

Rakuten Ichiba Product Search — Official API, JPY Pricing

Pricing

from $2.01 / 1,000 results

Go to Apify Store
Rakuten Ichiba Product Search — Official API, JPY Pricing

Rakuten Ichiba Product Search — Official API, JPY Pricing

Search Rakuten Ichiba (Japan's largest marketplace) via the official Rakuten Web Service API: numeric JPY price, reviews, shop info and shipping flags. No scraping.

Pricing

from $2.01 / 1,000 results

Rating

0.0

(0)

Developer

Axery

Axery

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Rakuten Ichiba Product Search

Searches Rakuten Ichiba, Japan's largest online marketplace, via Rakuten's own official Web Service API — not a scrape.

What you get per product

Numeric JPY price (no parsing needed — Rakuten's own itemPrice is already a number), shop name and URL, review average and count, and shipping/payment flags translated into plain booleans (free_shipping, ships_overseas, accepts_credit_card, asuraku_available for next-day delivery) instead of Rakuten's raw internal codes.

You need your own Rakuten application ID

Confirmed directly against the live endpoint:

RequestResult
Placeholder applicationIdHTTP 400 — {"error": "wrong_parameter", "error_description": "specify valid applicationId"}
Valid applicationIdFull search results

Getting one is free: register at webservice.rakuten.co.jp, create an application, and use the ID it gives you. No payment plan is required for this API's free quota.

⚠️ Verification status

Every other Actor in this suite was tested against live, real data before shipping. This one could not be — no valid Rakuten application ID was available during development. The client is built directly against Rakuten's stable, versioned, publicly documented Ichiba Item Search API (20220601, formatVersion=2) rather than captured output. The error path above was confirmed live and returns cleanly with no crash; the success-path field mapping in src/scraper.py has not been.

Please run it once with your own application ID and check the output against the schema before relying on it.

Input

FieldTypeNotes
keywordstringProduct keyword — Japanese generally returns far more results than English.
applicationIdstringYour Rakuten Web Service application ID. Required.
affiliateIdstringOptional — tags product URLs with your Rakuten affiliate ID.
genreId, minPrice, maxPrice, sortOptional narrowing filters, passed straight through to Rakuten's API.
maxItemsintegerRakuten's own API caps one search at page × 30 ≤ 3,000 results total — the Actor stops there regardless.
proxyConfigurationobjectNot needed — this calls Rakuten's API directly.

Local development

pip install -r requirements.txt
python test_local.py laptop --app-id YOUR_REAL_ID --out sample_output.json

There is no sample_output.json committed in this folder, unlike every other Actor in this suite — see the verification status note above for why.