Resale researchers
Price and condition checks
Export Vinted listings for a niche, then sort by price, condition, size, brand, and seller signal before deciding which items deserve manual review.
Limited Time — Lifetime Access for just $99. Lock in before prices rise.
This Vinted scraper by URL turns a Vinted catalog or search page into a structured CSV. Import the template, replace the sample URL, and let UScraper collect listing title, price, buyer protection, brand, size, condition, photos, seller details, ratings, address, item URLs, and scrape status from the local desktop app.
CSV file
21
URL driven
15 min JS
Free
What it does
The bundled workflow starts from a sample Vinted France catalog URL for chaussure. You can swap that value for another search, category, brand, size, or filter URL you already use in the browser. UScraper sets a stable window size, navigates to the URL, waits for the page, pauses briefly, and then runs a collection script inside the active page.
The script follows a best-effort sequence: call Vinted catalog pages in the same browser session, fetch detail data for discovered item IDs, normalize fields into hidden row elements, and wait until rows are ready for Structured Export. If the API route is blocked, empty, or returns a non-JSON response, the workflow scrolls the visible catalog and extracts partial rows from product cards instead. If both paths fail, the CSV includes a diagnostic blocked_or_empty row so you can see whether the issue was access, cookies, CAPTCHA, or an empty result set.
Use real Vinted URLs
Paste a catalog, search, or filtered URL into the Navigate block instead of rebuilding filters in a separate API form.
Export Vinted to CSV
Store product and seller fields in fixed spreadsheet columns that can be opened in Excel, Sheets, BI tools, or pricing models.
Collect more than visible cards
When Vinted allows same-origin JSON responses, the workflow attempts paginated catalog collection before falling back to the rendered page.
Keep the run local
Search URLs, browser cookies, and the CSV stay in the local desktop workflow unless you add your own upload or integration step.
Who this is for
Resale researchers
Price and condition checks
Export Vinted listings for a niche, then sort by price, condition, size, brand, and seller signal before deciding which items deserve manual review.
Marketplace analysts
Category snapshots
Run the same URL over time to compare visible supply, buyer-protection pricing, seller reputation, shipping text, and listing freshness.
Automation teams
Local workflow testing
Pair this template with the Vinted Data Scraper, Wallapop Scraper, and eBay Scraper for broader marketplace coverage.
How to use
Edit the Navigate URL
Replace the sample https://www.vinted.fr/catalog?... URL with the Vinted catalog or search URL you want to scrape.
Prepare the browser session
Open Vinted normally first if you need to handle cookie consent, region selection, login, or a verification prompt.
Confirm the export path
Structured Export writes vinted_data_scraper_by_url.csv with headers. Change the save folder before client, category, or brand-specific batches.
Run and inspect rows
UScraper follows Navigate, waits, JavaScript collection, row detection, Structured Export, and End. Review scrape_status before trusting a large batch.
Output preview
The output is built for spreadsheet review rather than raw HTML capture. Field names follow the shipped export columns, including French labels from the source workflow, so you can compare the CSV directly with the template JSON.
| titre | prix | marque | taille | etat | vendeur | rating | envoi | item_url | scrape_status |
|---|---|---|---|---|---|---|---|---|---|
| Bottines cuir noir | 28.00 EUR | Dr. Martens | 39 | Tres bon etat | clara75 | 4.9 | 3.49 EUR | https://www.vinted.fr/items/1234567890 | api_ok |
| Sac bandouliere vintage | 16.50 EUR | Mango | Taille unique | Bon etat | modeparis | 4.7 | 2.99 EUR | https://www.vinted.fr/items/1234567891 | api_ok |
| NO_RESULTS_OR_BLOCKED | https://www.vinted.fr/catalog?... | blocked_or_empty |
vinted_data_scraper_by_url.csvColumn
titre
Listing title from the API detail response or visible card.
Column
prix
Main item price, including currency text when available.
Column
prix_protection
Total or protected buyer price when Vinted exposes it.
Column
marque
Brand title or card subtitle fallback.
Column
taille
Size label returned by item details.
Column
etat
Condition or status field.
Column
photo_1
Primary listing photo URL.
Column
vendeur
Seller login, username, or display name.
Column
rating
Seller reputation or feedback rating.
Column
scrape_status
api_ok, dom_fallback_partial, or blocked_or_empty.
Vinted listings can be publicly visible and still be governed by Vinted terms, catalog rules, robots directives, copyright, privacy law, and marketplace policies. Use modest pacing, do not bypass login, CAPTCHA, or access controls, avoid collecting sensitive personal data, and get legal review before commercial monitoring or resale use.
Before you scale
Guardrails for reliable Vinted exports
Cookies, login, or CAPTCHA can stop collection
Resolve prompts in the browser profile before running the graph. The template reports blocked_or_empty instead of hiding failures when Vinted withholds API or page data.
Large batches may be throttled
Keep runs modest, avoid parallelizing many catalog URLs, and add longer waits if Vinted starts returning slow, empty, or diagnostic rows.
Fallback card selectors can age
If API collection is blocked and DOM fallback becomes partial, re-test the visible product-card selectors before using the CSV for reporting.
Browse the UScraper template library, install the local desktop app from the download page, and keep the downloaded Vinted scraper by URL JSON versioned with your marketplace research workflow.
Download and use this template instantly
UScraper templates are open source. Improve this workflow or contribute a new one to help the community grow.
Contribute on GitHubBrowse more templates in the library
All TemplatesHere are some of our most common questions. Can't find what you're looking for?
View All FAQsDownload UScraper and build your first web scraper in under 10 minutes. No subscriptions, no code, no limits.
Available on Windows 10+ and macOS 12+ · Need help? [email protected]