Tarkov Flea Market Item Price Scraper
Pricing
from $4.00 / 1,000 results
Tarkov Flea Market Item Price Scraper
Scrapes current Escape from Tarkov flea market listings and prices for items filtered by name. Returns each listing as a flat row with price, trader, and timestamp fields. Export to CSV, JSON, Excel, or XML.
Pricing
from $4.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
Tarkov Flea Market Item Price Scraper
Scrape Escape from Tarkov flea market item prices in real time. Get current listings, trader prices, and price history for any item, from bitcoins to graphics cards. No API key or game login needed. Export to CSV, JSON, Excel, or XML.
The Tarkov flea market is where players set the economy, but the game client hides the data behind menus and slow refreshes. This scraper reads the public market data directly, filtered by item name, and returns each listing in one flat row. Track prices for ammo, keys, barter goods, or hideout upgrades without opening the game.
| Who uses it | What they scrape Tarkov Flea Market for |
|---|---|
| Tarkov players | Check current flea market prices before buying or selling items in-game |
| Market analysts | Track price trends for high-value items like bitcoins and graphics cards |
| Content creators | Gather price data for guides, videos, or economy breakdowns |
| Discord bot developers | Feed live price data into community tools and alerts |
What it does
This Actor collects current flea market listings and price data for Escape from Tarkov items, filtered by name, and returns each listing as a flat row.
- π Item name filter: fetch only items matching a name or partial name, like M4A1 or bitcoin
- π Flat row output: every listing comes as one row with price, trader, and timestamp fields
- β‘ Fast scraping: reads the public market data directly, no game client or API key required
- π¦ Multiple export formats: save results as CSV, JSON, Excel, or XML
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Tarkov Flea Market data
π° Track high-value item prices.
A player runs the scraper daily for 'bitcoin' and 'graphics card' to see if prices are spiking before they sell their stash.
π Monitor ammo and gear costs.
A market analyst scrapes all listings for 'M4A1' and '5.56x45' to spot when a new patch shifts the meta and prices jump.
π Build a price alert bot.
A Discord bot developer schedules the scraper every hour for a list of key items and pushes a message when a price crosses a threshold.
π Create economy guides.
A content creator pulls a week of price data for hideout upgrade items to show which ones are worth flipping on the flea market.
Why choose this scraper
| What you get | |
|---|---|
| Current prices | See what items are listed for right now, not yesterday's snapshot |
| Trader comparison | Compare flea market prices against trader sell prices in the same row |
| Price history | Track how an item's price changes over multiple runs |
| No game needed | Get market data without launching Escape from Tarkov or logging in |
How it compares
No other Store actor targets Tarkov Flea Market the same way, so the honest comparison is with the alternatives teams actually weigh.
| Tarkov Flea Market Item Price Scraper | Build it in-house | By hand | |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When Tarkov Flea Market changes | Maintained for you | You fix it | You re-learn the page |
| Proxies, retries, anti-bot | Built in | Your problem | Browser only |
| Output | Fixed JSON schema, CSV/Excel export | Whatever you build | Copy-paste |
| Cost | Pay per result | Engineering time | Analyst hours |
Configure the run
Drive the Actor with an optional item name filter and a maximum item count. The name filter matches case-insensitively, so 'bitcoin' and 'Bitcoin' return the same results. Leave the name empty to fetch a broad selection of items. The Input tab lists every parameter.
A first run with the defaults:
{"maxItems": 10}
A larger pull:
{"maxItems": 200}
Pricing
Pay-per-result: $0.006 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $0.60 |
| 1,000 results | $6.00 |
| 10,000 results | $60.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the Tarkov Flea Market Item Price Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to Tarkov Flea Market through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/tarkov-flea-market-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Your item name filter may be too specific. Try a shorter fragment like 'm4' instead of 'M4A1 SOPMOD II'. Also check that 'Maximum items' is not set to 1.
The scraper returns fewer items than I expected.
Free users are limited to 10 items. Upgrade to a paid plan to increase the maximum. Also verify your name filter is not too restrictive.
Prices seem outdated.
The scraper reads current listings at the time of the run. If you need fresher data, schedule the actor to run more frequently, such as every 10 minutes.
I get an error about maximum items.
The 'Maximum items' input must be between 1 and 1,000,000. Free users cannot exceed 10. Set a valid number and retry.
FAQ
| Question | Answer |
|---|---|
| Do I need a Tarkov account or API key? | No. The scraper reads public flea market data directly. You do not need to log in or provide any game credentials. |
| Can I filter by item name? | Yes. Use the 'Item Name Filter' input to match a full or partial name, case-insensitive. For example, 'm4' returns M4A1, M4A1 SOPMOD, and similar items. |
| What is the maximum number of items I can scrape? | Free users are limited to 10 items as a preview. Paid users can set 'Maximum items' up to 1,000,000. |
| What data fields are returned for each listing? | Each row includes the item name, current flea market price, trader price, price change, and timestamp. The exact field list is shown in the sample output. |
| How often should I run the scraper? | Prices change constantly. For active trading, run it every 10 to 30 minutes. For trend analysis, once per hour or daily is enough. |
| Can I export the results? | Yes. Results can be exported to CSV, JSON, Excel, or XML from the Apify dataset. |
| Does this scrape the official Tarkov flea market? | It scrapes publicly available flea market data from community price tracking sites that mirror the in-game market. It does not access the game client directly. |
| Is this against Tarkov's terms of service? | This scraper does not interact with the game client or Battlestate Games' servers. It only reads public web pages. You are responsible for complying with the terms of any site you scrape. |
| Can I scrape specific item categories like ammo or keys? | The current input only supports a name filter. To get a category, use a common name fragment like 'key' or 'ammo' and increase the maximum items. |
| What if I get no results? | Check your item name filter. Try a shorter or more common term. Also ensure the maximum items is set high enough to include all matches. |
Related actors
Browse the full ParseForge collection for more scrapers.
π Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
β οΈ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Battlestate Games Limited. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
