FashionUnited Marketplace Scraper avatar

FashionUnited Marketplace Scraper

Pricing

$29.00/month + usage

Go to Apify Store
FashionUnited Marketplace Scraper

FashionUnited Marketplace Scraper

Scrape FashionUnited Marketplace product listings by country, category, and search keyword. Export product names, brands, prices, sizes, colors, images, materials, and product URLs.

Pricing

$29.00/month + usage

Rating

0.0

(0)

Developer

Newbs

Newbs

Maintained by Community

Actor stats

1

Bookmarked

22

Total users

0

Monthly active users

3 days ago

Last modified

Share

Scrape FashionUnited Marketplace product listings by country, category, and search keyword. The actor returns marketplace product records with brand, price, size, color, image, source, and product URL fields.

Input

{
"country": "United states",
"category": "T-Shirts",
"product": "",
"numberOfResults": 5,
"proxy": {
"useApifyProxy": true
}
}
  • country - FashionUnited country domain to scrape.
  • category - Optional product category, such as T-Shirts, Dresses, Footwear, or Bags.
  • product - Optional product search keyword.
  • numberOfResults - Maximum dataset items, from 1 to 100.
  • proxy - Optional proxy settings. Apify Proxy is recommended for hosted runs.

Output

Each dataset item is one product:

{
"name": "Back To The Future T-shirt",
"colors": [{ "id": 9, "name": "gray" }],
"brand": { "id": 132055, "name": "Name It" },
"pricesWithCurrencies": [
{
"currency": "EUR",
"range": {
"minimum": "14.20",
"maximum": "14.20",
"average": "14.2000000000000000"
}
}
],
"sizes": ["134/140"],
"season": "STOCK",
"sourceName": "Name it partnerize",
"url": "https://fashionunited.com/companies/name-it",
"images": [{ "urls": ["https://..."] }],
"ageGroups": ["CHILDREN"],
"id": 22512233,
"deliveryDays": { "maximum": null },
"materials": []
}

If no products match the selected filters, the actor writes one diagnostic item with the filters used.