Gmarket Korea Scraper: Products in KRW & USD avatar

Gmarket Korea Scraper: Products in KRW & USD

Pricing

from $0.74 / 1,000 product records

Go to Apify Store
Gmarket Korea Scraper: Products in KRW & USD

Gmarket Korea Scraper: Products in KRW & USD

Scrape product listings from Gmarket South Korea. Get titles, prices in KRW and USD, original and coupon prices, free shipping and international delivery flags, seller IDs, and image links. Filter by price, sort order, and BigSmile deals. Export to Excel, Sheets, CSV, or JSON.

Pricing

from $0.74 / 1,000 product records

Rating

0.0

(0)

Developer

GetAScraper

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Gmarket Korea Scraper

Get live Gmarket South Korea listings, prices in KRW and USD, shipping flags, and product links, ready for your spreadsheet in under 60 seconds.

Gmarket is one of South Korea's largest online marketplaces. This scraper pulls product listings from the mobile global storefront and hands you clean, flat rows. Search by keyword or paste Gmarket URLs, then export to Excel, Google Sheets, or your own price database.

What this scraper does

Point it at a search keyword or a list of Gmarket pages. It returns every product listing it finds, fully structured. Each row carries the product title, the price in Korean Won, a pre-calculated price in US Dollars, the original list price, the coupon price, seller details, category codes, and direct links to the product and its images.

You also get useful flags. You can see which items ship internationally outside Korea and which items belong to Gmarket's BigSmile promotion. Filter by price range, sort by best selling or lowest price, and limit how many products come back.

It runs fast and reliably without needing any login. Datacenter connections work well here, so your runs stay cheap and quick.

Who uses this

  • I am a cross-border ecommerce seller sourcing Korean beauty and fashion products, and I pull Gmarket prices in USD every morning to spot items I can resell at a margin in my own store.
  • I am a Korean-market researcher tracking how prices and coupons move across electronics and home goods, so I can hand my clients a weekly view of the local market without reading Korean by hand.
  • I am a price-monitoring analyst watching a basket of competitor products on Gmarket, and I alert my team the moment a BigSmile promotion drops a price below our floor.
  • I am a dropshipper building a catalog of Korea-sourced products that ship internationally, filtering for overseas delivery only so every item I list can actually reach my buyers.

Output data

Every product becomes one flat row. Below is a sample of what you get back.

[
{
"product_id": "3784512906",
"title": "Samsung Galaxy Buds3 Pro Wireless Bluetooth Earbuds Silver",
"price_krw": 189000,
"original_price_krw": "279,000",
"coupon_price_krw": 175000,
"price_usd": 137.21,
"is_free_shipping": true,
"is_sponsored": false,
"is_oversea_delivery": true,
"is_big_smile": true,
"is_adult": false,
"seller_id": "samsungstore",
"shop_handle": "samsung_official",
"category_code_l": "100000020",
"category_code_m": "200001512",
"category_code_s": "300012044",
"images_count": 5,
"images": "https://gdimg.gmarket.co.kr/3784512906/still/600?1, https://gdimg.gmarket.co.kr/3784512906/still/600?2",
"image_url": "https://gdimg.gmarket.co.kr/3784512906/still/280",
"product_url": "https://item.gmarket.co.kr/Item?goodscode=3784512906",
"scraped_at": "2026-06-25T09:14:03.000Z"
},
{
"product_id": "2910477melissa",
"title": "Innisfree Green Tea Seed Hyaluronic Serum 80ml Hydrating Set",
"price_krw": 24500,
"original_price_krw": "32,000",
"coupon_price_krw": 22050,
"price_usd": 17.79,
"is_free_shipping": false,
"is_sponsored": true,
"is_oversea_delivery": false,
"is_big_smile": false,
"is_adult": false,
"seller_id": "innisfreeshop",
"shop_handle": "innisfree_kr",
"category_code_l": "100000035",
"category_code_m": "200002841",
"category_code_s": "300019677",
"images_count": 3,
"images": "https://gdimg.gmarket.co.kr/2910477/still/600?1, https://gdimg.gmarket.co.kr/2910477/still/600?2",
"image_url": "https://gdimg.gmarket.co.kr/2910477/still/280",
"product_url": "https://item.gmarket.co.kr/Item?goodscode=2910477",
"scraped_at": "2026-06-25T09:14:03.000Z"
}
]

Data fields

FieldTypeDescription
product_idstringThe unique Gmarket product code.
titlestringThe full untruncated product title.
price_krwnumberThe current selling price in Korean Won.
original_price_krwstringThe original list price in Korean Won before any discount.
coupon_price_krwnumberThe price in Korean Won after an available coupon is applied.
price_usdnumberThe selling price pre-converted to US Dollars for fast comparison.
is_free_shippingbooleanTrue when the item ships with no delivery fee.
is_sponsoredbooleanTrue when the listing is a paid sponsored ad placement.
is_oversea_deliverybooleanTrue when the item ships internationally outside Korea.
is_big_smilebooleanTrue when the item is part of the BigSmile promotion.
is_adultbooleanTrue when the listing is flagged as an adult product.
seller_idstringThe identifier of the seller behind the listing.
shop_handlestringThe seller's shop handle on Gmarket.
category_code_lstringThe large, top-level category code.
category_code_mstringThe medium, mid-level category code.
category_code_sstringThe small, lowest-level category code.
images_countnumberThe number of images attached to the product.
imagesstringAll product image links for the listing.
image_urlstringA direct link to the main product image.
product_urlstringA direct link to the product page on Gmarket.
scraped_atstringThe time the record was collected, as an ISO timestamp.

Input

FieldTypeRequiredDescription
querystringYesThe keyword to search for on Gmarket, for example laptop, beauty, or clothing.
startUrlsarray of URLsNoPaste Gmarket category, brand, or search result pages to scrape directly instead of using a keyword.
sortByenumNoThe order products come back in: Relevance, Best Selling, Price low to high, Price high to low, or New arrivals.
minPriceintegerNoOnly return products at or above this price in Korean Won. Set to 0 for no lower limit.
maxPriceintegerNoOnly return products at or below this price in Korean Won. Set to 0 for no upper limit.
overseaDeliveryOnlybooleanNoReturn only items that ship internationally outside Korea. Defaults to off.
bigSmileOnlybooleanNoReturn only items in Gmarket's BigSmile promotion. Defaults to off.
maxItemsintegerNoThe most products to return in one run.
proxyConfigurationobjectNoConnection settings. Datacenter proxies are fast, cheap, and reliable for Gmarket, and the defaults work for most runs.

Pricing

Pricing is pay per result. You are billed per product record saved to your dataset, and the event is named "Product record" (one product with its prices, flags, and image links). Empty runs cost nothing.

  • Rate: about $0.99 per 1,000 results on the free tier.
  • 100 products cost about $0.10.
  • 1,000 products cost about $0.99.
  • On the Business (GOLD) plan, the rate drops to about $0.74 per 1,000 results.
  • No fixed monthly subscriptions and no hidden maintenance fees.

Frequently asked questions

Does the Gmarket scraper get blocked?

No. Gmarket's mobile global storefront serves its catalog reliably, and standard datacenter connections pass without trouble. Your runs stay fast and cheap, with no login required.

Are prices returned in both Korean Won and US Dollars?

Yes. Every record carries the price in Korean Won and a pre-calculated price in US Dollars. You also get the original list price and any coupon price, so you can compare deals without manual conversion.

Can I scrape only items that ship outside Korea?

Yes. Turn on the international shipping only toggle and the scraper returns just the products that deliver overseas. This is useful for cross-border sellers and dropshippers who need items that can reach buyers abroad.

How do I scrape a specific Gmarket category or search page?

Paste the page links into the start URLs field. The scraper reads them directly instead of running a keyword search. You can mix category, brand, and search result pages in one run.