Buyee Scraper: Yahoo Auctions & Mercari Japan Data avatar

Buyee Scraper: Yahoo Auctions & Mercari Japan Data

Pricing

from $3.37 / 1,000 item listings

Go to Apify Store
Buyee Scraper: Yahoo Auctions & Mercari Japan Data

Buyee Scraper: Yahoo Auctions & Mercari Japan Data

Scrape Buyee.jp product listings from Yahoo Auctions Japan and Mercari Japan by item URL, item ID, or search query - price, bids, seller rating, shipping estimate, condition, category, images, and description.

Pricing

from $3.37 / 1,000 item listings

Rating

0.0

(0)

Developer

GetAScraper

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

Share

🎌 Buyee Scraper: Yahoo Auctions & Mercari Japan Data

Never miss a Yahoo Auctions Japan bid again.
Turn any Buyee.jp listing, Yahoo Auctions item, or Mercari Japan item into structured price, bid, and shipping data, built to actually finish the run.
πŸ”¨ Real bid data
Buy-it-now price, bid count, time remaining, and auction end time
πŸ’΄ Price in JPY and USD
Buyee's own conversion estimate, no manual math needed
πŸ“¦ Shipping details up front
Who pays and how many days to the Buyee warehouse
βœ… Runs that actually finish
Waits for the page to fully load, so you get real rows, not blanks

Give this Actor a Buyee.jp (buyee.jp) item link, a raw Yahoo Auctions Japan URL or ID, a Mercari Japan item ID, or a plain search term, and it returns one clean row per listing: title, price in yen with a US dollar estimate, auction bid state or buy-it-now price, seller name and rating, shipping payer and estimated days, item condition, category, images, and description. Built for resellers, collectors, and import/export buyers who source from Japan through Buyee's proxy-buying service. Runs on the Apify platform with scheduling, integrations (Make, Zapier, Google Sheets), and run monitoring built in.

πŸ” What does Buyee Scraper do?

This Actor reads listing pages on buyee.jp, the proxy-buying service that lets international buyers purchase from Yahoo Auctions Japan and Mercari Japan without a Japanese address or payment method.

Give it an item link, a raw Yahoo Auctions URL or item ID, a Mercari item ID, or a search term, and it returns the listing title, price in yen with Buyee's own US dollar estimate, item condition, category, seller name and rating breakdown, shipping payer and estimated shipping days, and images. For Yahoo Auctions items it also returns the full item description, buy-it-now availability, starting price, bid count, watcher count, and the auction's start and end time. Set the deep-scan option to follow every search result to its own item page for the complete field set instead of just the summary shown on the results list.

πŸ’‘ Why use Buyee Scraper?

  • I resell Japanese collectibles, streetwear, or watches and need to track bid counts and auction end times across dozens of listings without refreshing Buyee all day.
  • I run an import/export business sourcing from Japan and want seller ratings and condition notes in a spreadsheet before I commit to a purchase.
  • I'm a collector hunting a specific card, figure, or watch and want to monitor a search term for new listings as they appear.
  • I build price-tracking or sourcing tools for Japanese marketplaces and need clean structured data instead of reading Buyee's pages by hand.

πŸš€ How to use Buyee Scraper

STEP 1
Add listings or a search term
Paste Buyee, Yahoo Auctions, or Mercari item links and IDs, or just type what you're looking for.
STEP 2
Run the Actor
It waits for each page to fully load before reading it, so results are never blank.
STEP 3
Export your results
Download price, bids, seller rating, shipping, and description as a spreadsheet or JSON.

βš™οΈ Input

FieldTypeRequiredDescription
startUrlsarray of stringsNoBuyee item URLs (buyee.jp/item/jdirectitems/auction/... or buyee.jp/mercari/item/...), a raw Yahoo Auctions Japan item URL, a bare Yahoo Auction ID (like r1236578744), a bare Mercari item ID (like m10844932381), or a Buyee search or category URL.
searchQueriesarray of stringsNoFree-text search terms run against Buyee's own search, such as "pokemon card". Returns matching Yahoo Auctions and Mercari listings.
scrapeItemDetailsbooleanNoWhen a search term or category URL is given, visit every result's own item page for the full field set (price, bids, seller rating, shipping, description). Off by default, which returns only the title, price, and thumbnail shown on the results list.
maxItemsintegerNoMaximum number of items to return across all inputs. Defaults to 50.
proxyConfigurationobjectNoProxy routing settings. Defaults to a residential Japanese connection, which this Actor needs for reliable results.

πŸ“¦ Output

Download the results as a spreadsheet, a table, or structured data ready for your own systems. Each row is one listing:

{
"itemId": "r1236578744",
"itemUrl": "https://buyee.jp/item/jdirectitems/auction/r1236578744",
"sourcePlatform": "yahoo_auction",
"title": "ポケヒンカード パガγƒͺアードンX ex SR γ‚€γƒ³γƒ•γ‚§γƒ«γƒŽX",
"priceJpy": 4800,
"priceUsdEstimate": 31.06,
"currency": "JPY",
"buyoutAvailable": true,
"numberOfBids": 0,
"watchCount": 5,
"auctionEndTimeJst": "17 Jul 2026 21:51:13",
"condition": "No obvious damages/dirt",
"categoryBreadcrumb": ["Toys & Games", "Games", "Trading Card Games", "Pokemon Trading Card Game", "Single cards"],
"sellerName": "a_donyunn",
"sellerRatingGood": 590,
"sellerFeedbackPercentGood": 100,
"estimatedShippingDays": "2nd-3rd",
"images": ["https://cdnyauction.buyee.jp/images.auctions.yahoo.co.jp/image/..."],
"scrapedAt": "2026-07-17T00:00:00.000Z"
}

πŸ“Š Output data fields

FieldTypeDescription
itemIdstringThe listing's own ID on Buyee.
itemUrlstringThe Buyee item page this row was scraped from.
sourcePlatformstringyahoo_auction or mercari.
titlestringListing title, in Japanese as written by the seller.
priceJpynumberCurrent price or bid, in yen.
priceUsdEstimatenumberBuyee's own US dollar estimate for the yen price.
buyoutAvailablebooleanYahoo Auctions only: whether a buy-it-now price is set.
startingPriceJpynumberYahoo Auctions only: the auction's starting price.
numberOfBidsnumberYahoo Auctions only: bids placed so far.
watchCountnumberYahoo Auctions only: how many buyers are watching the listing.
auctionStartTimeJststringYahoo Auctions only: when the auction opened, Japan time.
auctionEndTimeJststringYahoo Auctions only: when the auction closes, Japan time.
timeRemainingTextstringYahoo Auctions only: time left, as shown on the page.
brandstringMercari only: the brand Buyee lists for the item, when disclosed.
conditionstringItem condition as described by the seller.
categoryBreadcrumbarrayFull category path, from top level down to the listing's own category.
sellerNamestringSeller's display name.
sellerRatingGood / sellerRatingNormal / sellerRatingBadnumberSeller's feedback counts, when Buyee shows them.
sellerFeedbackPercentGoodnumberYahoo Auctions only: seller's positive feedback percentage.
shippingPaidBystringWho covers shipping to the Buyee warehouse.
estimatedShippingDaysstringHow long the seller typically takes to ship to Buyee's warehouse.
exportRestrictionNotestringPresent only when Buyee flags the item as restricted from international shipping.
descriptionstringFull item description. Yahoo Auctions only, see the FAQ below for why.
imagesarrayListing photo URLs.
scrapedAtstringTimestamp when this row was collected.

πŸ’° Pricing

This Actor uses pay-per-result pricing: you pay for the listings you actually get back, and nothing for an empty run. There is no subscription and no minimum spend. Use maxItems to control how many results a run returns.

⭐ Enjoying Buyee Scraper: Yahoo Auctions & Mercari Japan Data?

⭐ ⭐ ⭐ ⭐ ⭐
Tracking a Japan auction without refreshing the page all day?
A 5-star rating takes 10 seconds and helps other resellers, collectors, and import buyers sourcing from Japan find it. Your feedback also tells us what to build next.
β˜…Β Β Rate this Actor on Apify

✨ Tips

  • Mix and match input types freely: a direct item link, a bare Yahoo Auction ID, and a search term can all go in the same run.
  • Turn on scrapeItemDetails when you need images from a Mercari search. The results-list thumbnails don't always finish loading in time, but the item page always has real photos.
  • Leaving scrapeItemDetails off returns a lighter record (title, price, thumbnail, link) with brand/condition/description/seller fields genuinely absent, not blank - switch to the dataset's Search Results (lightweight) view in the Output tab to see a clean table with no empty columns. Turn scrapeItemDetails on for the full field set.
  • description only appears for Yahoo Auctions items. Mercari's own description page is off-limits to automated access on their side, so this Actor never fetches it rather than guess at the content.
  • Re-run the same search term on a schedule to catch new listings as sellers post them.

❓ FAQ, disclaimers, and support

Why does this Actor include a description for Yahoo Auctions items but not Mercari items? Mercari's description page is blocked from automated access on Buyee's own site. Rather than work around that, this Actor simply never requests it, so description is left out for Mercari listings instead of guessed or left blank with no explanation.

Does this need a Buyee account or login? No. It reads publicly visible listing pages and does not require signing in.

Why did the existing Buyee scraper on Apify fail so often? The listing pages this Actor reads run a background check before showing content, and a scraper that doesn't wait for that check to finish gets an empty page back. This Actor waits for the real page content before reading anything, so runs come back with actual data instead of blanks.

How fresh is the data? Every run reads the live listing page at run time. There is no cached or stale data.

Is scraping Buyee data legal? This Actor collects publicly available listing data. You are responsible for complying with Buyee's Terms of Service and applicable laws in your use of the data.

Found a bug or need a field added? Open an issue on the Actor's Issues tab. Custom solutions are available on request.

πŸ”— Other actors