Bought Scraper avatar

Bought Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Bought Scraper

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

Marco Rodrigues

Maintained by Community

Actor 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

  1. Choose a locale (default English).
  2. Pick a category (and optional subcategory), or set a search / brand.
  3. Optionally add price limits, sort, or paste start URLs.
  4. Set max items and click Start β€” export CSV/JSON when done.

Tech details for developers πŸ§‘β€πŸ’»

Inputs

FieldDescription
start_urlsOptional Bought category/search URLs (overrides category when set)
localeSite language for item links (en, de, fi, da, …)
categoryTop category: women, men, kids-babies, home, electronics, …
subcategoryOptional path under the category (e.g. dresses, phones-tablets)
searchKeyword search
brandBrand filter (e.g. Zara, Nike)
sortrelevance | newestFirst | priceAsc | priceDesc | discountDesc | trending | newestWeighted
price_min / price_maxPrice range filter
min_discountMinimum discount % vs original purchase price
currencyOptional currency hint (EUR, DKK, …)
max_itemsCap 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"
}