Coupang Product Listings Scraper avatar

Coupang Product Listings Scraper

Pricing

from $5.00 / 1,000 coupang product scrapeds

Go to Apify Store
Coupang Product Listings Scraper

Coupang Product Listings Scraper

Get validated Coupang product listings from search terms and public Coupang search, category, and product URLs. Returns KRW prices, ratings, review counts, image URLs, Rocket flags, and source context. $0.005/product plus platform usage.

Pricing

from $5.00 / 1,000 coupang product scrapeds

Rating

0.0

(0)

Developer

Khadin Akbar

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 minutes ago

Last modified

Share

Get structured product listings from Coupang search terms, Coupang search or category URLs, and direct product URLs or numeric IDs. It is designed for price monitoring, Korean e-commerce catalog research, assortment comparison, and identifying Rocket-delivery products.

Use this actor when you need product-level Coupang data such as a title, KRW price, price discount, rating, review count, image, product URL, and Rocket flags. It is not a customer-review scraper, a Coupang Eats scraper, an order-management tool, or a source of account-only data.

When To Use It

  • Search Korea marketplace inventory from a Korean or English keyword.
  • Turn a Coupang category or search page into a product dataset.
  • Refresh a known list of Coupang product IDs or product URLs.
  • Track KRW prices, original prices, discounts, ratings, review counts, and delivery badges.
  • Supply compact product rows to an AI agent, data pipeline, or spreadsheet workflow.

The actor uses a managed Coupang listings route and normalizes every accepted result into one stable output shape. This avoids the access-denied pages that Coupang may return to direct browser sessions, while keeping the input and output contract simple.

Output

Each dataset item represents one validated Coupang product. Fields are consistent across search, URL, and direct-product runs.

FieldDescription
productIdCoupang product ID.
itemId / vendorItemIdVariant identifiers when available.
titleProduct title shown in the listing.
price / originalPriceCurrent and original prices in KRW.
discountPercentListed discount percentage when available.
rating / reviewCountAverage rating and review count.
rocketDelivery / rocketFreshCoupang fulfillment flags.
isSponsoredWhether the listing was marked as an ad.
availabilityin_stock, sold_out, or unknown.
imageUrl / productUrlMain product image and canonical product page URL.
sourceType / sourceQuery / sourceUrlSearch, category, or product provenance.
scrapedAtISO 8601 normalization timestamp.

The actor also writes OUTPUT, RUN_SUMMARY, and LAST_RUN_SUMMARY to the default key-value store. These records distinguish COMPLETE, PARTIAL, VALID_EMPTY, INVALID_INPUT, and honest upstream failures without placing control records in the dataset.

Inputs

Choose one mode per run.

Search Keywords

Use Korean terms where possible, although English queries are accepted too.

{
"mode": "search",
"searchQueries": ["노트북", "무선 마우스"],
"maxResults": 50
}

Coupang URLs

Provide Coupang search, category, or product URLs. URLs from other sites are rejected with an actionable INVALID_INPUT result.

{
"mode": "url",
"startUrls": [{ "url": "https://www.coupang.com/np/categories/178255" }],
"maxResults": 25
}

Direct Product URLs Or IDs

Use known product URLs or bare numeric product IDs.

{
"mode": "product",
"productUrls": ["https://www.coupang.com/vp/products/8499380264", "8499380264"],
"maxResults": 2
}

Pricing

This actor uses Pay per event + platform usage.

  • apify-actor-start: $0.00005 once per run.
  • coupang-product: $0.005 for each validated product row written to the dataset.

For example, a 50-product run has a maximum event charge of $0.25005, plus the platform compute and managed-source usage shown by Apify. Invalid input, empty results, rejected rows, and upstream failures do not trigger coupang-product charges.

Reliability And Limits

maxResults is a hard maximum for rows written and billed by this actor. The default is 50, with a maximum of 1,000. Use smaller caps for a quick price check and increase them for catalog work.

The actor supports listing-level product data. It does not collect review text, product-page descriptions, seller details, or arbitrary server-side sort and filter controls. These exclusions are deliberate: the output remains reliable and cost-predictable across the supported search, URL, and product modes.

If the managed source processes valid input but finds no matching products, the run succeeds as VALID_EMPTY. If the upstream listing route cannot return usable data, the run fails as UPSTREAM_FAILED and records a diagnostic in OUTPUT and RUN_SUMMARY.

API

curl -X POST "https://api.apify.com/v2/acts/khadinakbar~coupang-scraper/runs" \
-H "Authorization: Bearer YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"mode": "search",
"searchQueries": ["노트북"],
"maxResults": 20
}'

MCP And Agent Scope

Use khadinakbar/coupang-scraper when an agent needs current Coupang listing rows from a keyword, a public Coupang URL, or known product identifiers. It returns one compact product record per item, including product ID, title, KRW price, rating, review count, Rocket flags, image, URL, and source context. Do not use it for review text, Coupang Eats, purchases, order history, or private-account content.

Data Use

Use the returned data responsibly and in accordance with the requirements that apply to your workflow. Check product availability and prices again before making commercial or purchasing decisions because marketplace data changes frequently.