ParseForge Scrapers

MPB Used Camera Scraper

parseforge/mpb-camera-scraper

E-commerceAutomationDeveloper tools

Scrapes used camera and lens product listings from MPB for a given keyword and region. Returns each listing as a row with price, condition, shutter count, and included accessories.

Run this scraper See the API call
Total users
1
Monthly active
0
Total runs
68
Bookmarked
0
Rating
Not rated yet
Last modified
8 days ago

Overview

ParseForge

MPB Used Camera Scraper

Scrape used camera and lens listings from MPB by keyword, condition, and region. Every product row includes its price, condition grade, shutter count, and included accessories. No API key required.

MPB is the largest dedicated marketplace for used photo and video gear, but browsing across seven regional storefronts and filtering by exact condition is slow. This Actor searches MPB for any camera or lens keyword, collects every matching listing, and returns a clean dataset ready for analysis. You can target a specific country store and set a minimum condition grade so only the gear that meets your standard lands in your results.

Who uses it What they scrape MPB for
Used gear dealers Monitor MPB pricing daily to adjust their own buy and sell prices.
Photographers on a budget Find the best-condition copy of a specific camera body or lens across all MPB regions.
Market analysts Track the depreciation curve of popular camera models over time.
Camera review sites Pull current used-market prices to add a real-world value score to their reviews.

What it does

This Actor collects used camera and lens product listings from MPB for a given search keyword and returns each one as a flat row with price, condition, shutter count, and accessories.

  • 🔍 Keyword search: enter any camera or lens name, like "Sony A7 III" or "24-70mm f/2.8".
  • 🌍 Regional storefronts: target the US, UK, Germany, France, Italy, Spain, or Netherlands store.
  • 📊 Condition filter: keep only listings graded Like New, Excellent, Good, Well Used, or any.
  • 📦 Flat output: every product is one row with its title, price, condition, shutter count, and included items.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with MPB data

📈 Track used gear prices over time.

A market analyst runs the Actor weekly for a set of 20 camera models and feeds the price history into a dashboard to spot trends.

🛒 Find the best deal on a specific lens.

A photographer searches for "Fujifilm XF 23mm f/1.4" across all seven MPB regions and buys the cheapest Excellent copy.

🏬 Stock a used camera counter.

A camera store owner scrapes MPB daily for high-demand bodies like the Sony A7 IV to benchmark their own trade-in offers.

📝 Add used prices to a gear review.

A blogger pulls current MPB listings for a reviewed lens and publishes the average used price alongside the new retail price.

Why choose this scraper

What you get
No API registration MPB has no public API. This reads the live search pages directly.
Cross-region pricing Compare what a used Canon R5 costs in the US versus Germany in one run.
Condition grading MPB’s own condition scale is preserved so you can filter out Well Used gear.
Shutter count included Every camera body listing returns its actuation count when MPB provides it.

How it compares

No other Store actor targets MPB the same way, so the honest comparison is with the alternatives teams actually weigh.

MPB Used Camera Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When MPB 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 a camera or lens keyword, pick a regional MPB store, and set a minimum condition grade. Filters run as each listing is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "query": "Canon EOS R5",
 "maxItems": 10
}

A larger pull:

{
 "query": "Canon EOS R5",
 "maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.85
1,000 results $8.50
10,000 results $85.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

  1. Create a free Apify account with $5 in credit.
  2. Open the MPB Used Camera Scraper.
  3. Set your inputs and any filters, then click Start.
  4. 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 MPB 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/mpb-camera-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your keyword spelling. MPB’s search is literal. Try a broader term like "Sony A7" instead of a full kit name. Also confirm the selected region stocks that item.

The Actor returns fewer products than my maxItems setting.

MPB had fewer matching listings for your keyword and filters. Try removing the condition filter or searching a more common item to verify.

Some camera bodies are missing the shutter count.

MPB does not always display a shutter count for every listing. When the value is absent on the page, the field will be empty in your output.

Prices are in the wrong currency.

The currency matches the region you selected. Choose the UK store for GBP, the German store for EUR, and the US store for USD.

The run times out on very large searches.

Lower your maxItems value or increase the Actor’s timeout in the run settings. Searching for a very common term like "Canon" across all conditions can return thousands of pages.

FAQ

Question Answer
Does this Actor work for any MPB region? Yes. You can select from the US, UK, Germany, France, Italy, Spain, or Netherlands storefronts. Each region has its own inventory and pricing.
Can I filter by item condition? Yes. Set the condition input to Like New, Excellent, Good, Well Used, or leave it on Any to get all grades.
What data fields does each product row contain? Each row includes the product title, price, condition grade, shutter count (for camera bodies), and a list of included accessories. The exact fields are shown in the sample output on the Actor’s page.
Is there a limit on how many products I can scrape? You set the maximum number of products per run, up to 1,000,000. The Actor stops when it reaches your limit or when MPB has no more matching listings.
Do I need an MPB account or API key? No. The Actor reads the public MPB search pages. No login, no API key, and no registration is required.
Can I search for lenses and accessories, or only camera bodies? You can search for any gear MPB sells. Enter a lens name like "Canon EF 70-200mm", a flash, or any other photo or video item.
How often does the data refresh? The Actor fetches live data from MPB on every run. Schedule it to run hourly or daily to track inventory changes.
What output formats are supported? You can export your dataset to CSV, JSON, Excel, or XML from the Apify dataset tab.
Does the Actor handle MPB’s pagination? Yes. It follows MPB’s search result pages automatically until it collects the number of products you requested or reaches the end of the listings.

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 MPB Europe Ltd. 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.

Input

FieldTypeWhat it doesDefault
query string Camera or lens search keyword. Canon EOS R5
maxItems integer How many products to collect per run. 10
region string (7 options) MPB regional storefront. en-us
condition string (5 options) Minimum acceptable condition grade. any

Pricing

from $7.69 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.00769 to $0.0085

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST · run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~mpb-camera-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run MPB Used Camera Scraper on Apify All scrapers