LigaPokemon Card Price Scraper avatar

LigaPokemon Card Price Scraper

Pricing

Pay per event

Go to Apify Store
LigaPokemon Card Price Scraper

LigaPokemon Card Price Scraper

Scrape LigaPokemon (Brazil) Pokemon card prices: card name, edition, and minimum, average and maximum marketplace price in BRL. Search by card name for price research and arbitrage.

Pricing

Pay per event

Rating

5.0

(1)

Developer

Gio

Gio

Maintained by Community

Actor stats

1

Bookmarked

21

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Extract Pokemon card prices from LigaPokemon, the largest Pokemon card marketplace in Brazil. Two modes:

  • Aggregated (default): one record per card with the minimum, average and maximum marketplace price in Brazilian reais (BRL).
  • Seller offers (includeOffers): one record per individual seller listing, with seller name, card condition, language, exact price, and quantity available. Auctions are included with their current bid.

Features

  • Search any Pokemon card or product by name
  • Minimum, average and maximum marketplace price (BRL) per card, aggregated across all sellers
  • Per-seller offer list with condition (M/NM/SP/MP/HP/D), language, finish/variant (Normal, Foil, Reverse Foil, Pokeball Foil, Master Ball Foil), exact price, quantity, and seller location
  • Filter offers by condition and language
  • Ideal for price research and cross-market arbitrage

Input

FieldTypeDescription
querystringPokemon card or product to search (e.g. "Charizard ex"). Required.
maxItemsintegerMax items (cards, or offers in offer mode). 0 = no limit. Default 100.
includeOffersbooleantrue = one record per seller listing instead of aggregates. Default false.
conditionstringOffer filter: any, M, NM, SP, MP, HP, D. Default any.
languagestringFilter by card language (e.g. english, portuguese). Default any.
maxProductsintegerCard versions to open for offers (offer mode). Default 10, max 50.
proxyConfigurationobjectApify Proxy recommended (default).

Example input (aggregated)

{ "query": "Charizard ex", "maxItems": 100 }

Example input (seller offers, NM Portuguese)

{ "query": "Blaziken ex", "includeOffers": true, "condition": "NM", "language": "portuguese" }

Output

Aggregated mode:

{
"name": "Charizard ex (056/∞) Scarlet & Violet Promos",
"priceMin": 136.00,
"priceAvg": 200.27,
"priceMax": 280.90,
"currency": "BRL",
"source": "ligapokemon",
"url": "https://www.ligapokemon.com.br/?view=cards/card"
}

Offer mode (one record per seller listing):

{
"name": "Charizard ex",
"saleType": "marketplace",
"seller": "Epic Game",
"sellerCity": "São Paulo",
"sellerState": "SP",
"sellerVerified": true,
"conditionCode": "NM",
"condition": "Praticamente Nova (NM)",
"offerLanguage": "english",
"finish": "Foil",
"attributes": [],
"price": 95.00,
"quantity": 2,
"currency": "BRL",
"source": "ligapokemon",
"url": "https://www.ligapokemon.com.br/?view=cards/card&card=..."
}

Common use cases

  • Track Pokemon card prices in the Brazilian market
  • Cross-market arbitrage: compare BRL prices here against TCGplayer (USD)
  • Price a collection for buying or selling
  • Feed pricing dashboards and spreadsheets

Pricing

Pay per result: a small fee to start the run plus a per-card fee. Errors are never charged.

FAQ

What do min, average and max mean? They are the cheapest, average and most expensive seller offers on the LigaPokemon marketplace for that card.

Is this affiliated with LigaPokemon? No. This is an independent tool for extracting publicly available data. Please respect LigaPokemon's terms of service.