Description from extension meta
🛍️ NearShopper – Marketplace Location Filter Extension NearShopper is the ultimate Chrome extension for filtering marketplace…
Image from store
Description from store
🛍️ NearShopper – Marketplace Location Filter Extension
NearShopper is the ultimate Chrome extension for filtering marketplace listings by location, saving you time and helping you find the best local deals faster.
Whether you're browsing popular secondhand platforms or local online marketplaces, NearShopper lets you filter results by city, country, or region so you only see what’s near you — no more clicking on irrelevant listings.
🔑 Key Features:
Location-Based Filtering – Filter listings by keywords like “Lisboa,” “Paris,” or “Germany” to narrow down your search by area.
Auto Location Tagging – See each item’s location directly in the catalog without opening individual listings.
Fast & Easy to Use – Simple interface optimized for seamless filtering with one click.
⚙️ How It Works:
Install the NearShopper – Filter By Location Chrome extension.
Click the extension icon in your browser.
Type your target location keyword (city, country, or region).
Press Filter and let NearShopper scan the listings for location data.
View only relevant, local items instantly.
✅ Why Use NearShopper?
Save Time – Quickly filter out irrelevant results and zero in on listings near you.
No Extra Clicks – Instantly see item locations without opening each product page.
Privacy Friendly – We don’t track your browsing or collect personal data.
🚀 Try NearShopper Today
Take control of your marketplace browsing and discover better deals nearby.
🔗 Premium Access: https://vintedfilterbylocation.vercel.app
☕ Support the Project: https://buymeacoffee.com/mavc
Latest reviews
- (2025-07-24) David Bicho: Awesome! Such an useful feature that i was looking for so long. Also very easy and intuitive to use.
- (2025-07-13) Mirosław Filip: Waste of time: - Auto Location Tagging - this has never worked, no matter how long you wait - Location-Based Filtering - first of all, sellers are not obliged to give their location, so this feature is optimistic at best. You're going to miss offers if you want to narrow your search. Also, a city can be an arbitrary text from sellers. One typo or special sign (country diacritic signs) are your filtering is broken. Secondly, it's not clear what the user is supposed to put. Country name in English, name in current localisation or a more granular text (e.g. city)? Thirdly, when you finally try to filter on a catalogue page, it iterates over each item and does a request to fetch its details from the API. Result? Overloading Vinted API and you end up being rate limited fast, which may have negative consequences on other places (including a perm ban). Even if you forget about this horrendous design, the way it works further is to analyse fetched items' details and remove DOM elements that don't match. The result is a page that jumps around until it finishes. For a big page of results, it take quite some time and site is absolutely unusable. Not only that, it also works only on a current page! You need to iterate over each page and wait for filtering to kick in and remove elements. This could have been designed so much better. To start with, on `/items` (catalogue) endpoint, returned list of items contains `seller_currency` field for each item and based on that, you can actually derive item location with a high accuracy. Then, you provide a dropdown field of all locations for a given page and at least you can accomplish filtering by country. Nevertheless, until this uses Vinted API to filter items on server side OR it actually does pagination without user interaction, this extension is quite useless.