Bought Scraper
Pricing
from $1.50 / 1,000 results
Go to Apify Store

Bought Scraper
Scrape secondhand listings from Bought.app by category, search, brand, or filters. Returns title, price, brand, size, images, and item URL.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Marco Rodrigues
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
19 days ago
Last modified
Categories
Share
ποΈ Bought Scraper
Want secondhand fashion and lifestyle deals from Bought without endless scrolling? This actor pulls live listings into clean CSV/JSON.
Pick a category, search by keyword or brand, set a price range β get titles, prices, sizes, images, and direct item links.
π‘ Perfect for...
- Resale & pricing research: Track what Zara, Nike, H&M and others sell for secondhand.
- Assortment pulls: Grab womenβs fashion, electronics, home, or kidsβ items in one run.
- π€ AI Agents: Structured filters β listing rows with URLs (no brittle page clicking).
- π Workflows: Pipe results into n8n, Make, LangChain, CrewAI, and similar stacks.
β¨ Why you'll love this scraper
- π Browse by category β Women, Men, Kids, Home, Electronics, Sports, and more.
- π Search & brand filters β find βNikeβ, βZara dressβ, or a specific label fast.
- πΆ Price & discount controls β min/max price and optional minimum discount %.
- βοΈ Sort your way β relevance, newest, price, discount, or trending.
- π Paste a URL β drop a Bought category or search link to start from there.
- π Multi-locale β English, German, Danish, Finnish, and other Bought languages.
π¦ What's inside the data?
For every listing, you will get:
- Item: name, brand, description, category, size, colors
- Price: price, currency, purchase price, discount % (when available)
- Media & link: image URL and direct Bought item URL
- Extras: listing state, condition, likes, seller country, listed date
π Quick start
- Choose a locale (default English).
- Pick a category (and optional subcategory), or set a search / brand.
- Optionally add price limits, sort, or paste start URLs.
- Set max items and click Start β export CSV/JSON when done.
Tech details for developers π§βπ»
Inputs
| Field | Description |
|---|---|
start_urls | Optional Bought category/search URLs (overrides category when set) |
locale | Site language for item links (en, de, fi, da, β¦) |
category | Top category: women, men, kids-babies, home, electronics, β¦ |
subcategory | Optional path under the category (e.g. dresses, phones-tablets) |
search | Keyword search |
brand | Brand filter (e.g. Zara, Nike) |
sort | relevance | newestFirst | priceAsc | priceDesc | discountDesc | trending | newestWeighted |
price_min / price_max | Price range filter |
min_discount | Minimum discount % vs original purchase price |
currency | Optional currency hint (EUR, DKK, β¦) |
max_items | Cap results (1β500, default 50) |
Input Example (category):
{"locale": "en","category": "women","sort": "newestFirst","max_items": 50}
Input Example (search + brand):
{"locale": "en","search": "sneakers","brand": "Nike","sort": "priceAsc","currency": "EUR","max_items": 30}
Input Example (URL):
{"start_urls": ["https://bought.app/en/items/women?sort=relevance"],"max_items": 40}
Output Example:
{"item_id": "b837e233-f8e3-4c89-8128-c16e01dfd75f","name": "Beige linen wide-leg trousers","brand": "Zara","price": 129,"currency": "DKK","size": "S","colors": ["BROWN"],"category": "Women/Clothing/Trousers & leggings/Wide-leg trousers","condition": "Satisfactory","image_url": "https://login.bought.app/storage/v1/object/public/item_images/β¦","url": "https://bought.app/en/item/b837e233-f8e3-4c89-8128-c16e01dfd75f","locale": "en"}