Hardly Ever Worn It Scraper avatar

Hardly Ever Worn It Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Hardly Ever Worn It Scraper

Hardly Ever Worn It Scraper

Scrape hardlyeverwornit.com - a UK-based luxury pre-owned fashion marketplace. Search by keyword, browse by category or brand. Returns title, brand, price, condition, size, color, images, and listing URL.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

Share

Extract pre-owned luxury fashion listings from hardlyeverwornit.com — a UK-based consignment marketplace for designer clothing, handbags, shoes, jewelry, and accessories from brands like Hermès, Chanel, Louis Vuitton, Gucci, Prada, and more.

What does this actor do?

This actor scrapes the public Shopify product API of Hardly Ever Worn It to retrieve pre-owned luxury fashion listings. It supports three modes:

  • Search by keyword — find listings matching a query such as "Hermes bag" or "Chanel jacket"
  • Browse by category — browse all listings in a specific category (bags, shoes, dresses, jewelry, watches, etc.)
  • Browse by brand — retrieve all listings for a specific designer brand (Hermès, Chanel, Gucci, Dior, etc.)

No account, API key, or proxy is required.


Input

FieldTypeDescription
modeSelectsearch, byCategory, or byBrand
queryTextSearch keyword (mode=search), e.g. "Hermes bag"
categorySelectCategory handle (mode=byCategory), e.g. bags, bags-women, shoes-women
brandSelectDesigner brand (mode=byBrand), e.g. hermes, chanel, gucci
conditionSelectFilter by item condition: Very Good, New with tags, Good, B+, etc.
maxItemsIntegerMaximum number of listings to return (1–200, default 30)

Example inputs

Search for Hermès bags:

{
"mode": "search",
"query": "Hermes bag",
"maxItems": 50
}

Browse women's bags:

{
"mode": "byCategory",
"category": "bags-women",
"maxItems": 100
}

Browse Chanel listings:

{
"mode": "byBrand",
"brand": "chanel",
"condition": "New with tags",
"maxItems": 50
}

Output

Each record includes:

FieldTypeDescription
listingIdStringUnique Shopify product ID
titleStringListing title (e.g. "Hermès Birkin 30 Togo Leather")
brandStringDesigner brand (e.g. "Hermès", "Chanel")
categoryStringProduct category (e.g. "Bags", "Shoes")
subcategoryStringMore specific category (e.g. "Shoulder bag", "Bucket bag")
conditionStringItem condition (e.g. "Very Good", "New with tags", "B+")
sizeStringSize label (e.g. "38", "M", "one size")
colorStringPrimary color (e.g. "Black", "Etoupe")
genderStringGender classification ("Women", "Men", "Unisex")
materialStringPrimary material (e.g. "Leather", "Cotton")
priceFloatCurrent listing price in GBP
originalRetailPriceFloatOriginal retail price (if available)
currencyStringAlways "GBP"
availableBooleanWhether the item is currently available
inclusionsArrayWhat is included (e.g. ["auth_card", "dust_bag", "box"])
countryOfOriginStringCountry of manufacture (e.g. "France", "Italy")
imageUrlStringPrimary listing image URL
listingUrlStringDirect URL to the listing on hardlyeverwornit.com
publishedAtStringISO 8601 date the listing was published
scrapedAtStringISO 8601 UTC timestamp when the record was scraped
recordTypeStringAlways "luxuryListing"

Sample output record

{
"listingId": "9256811888878",
"title": "Hermès Etoupe Watch Strap",
"brand": "Hermes",
"category": "Accessories",
"subcategory": "Accessories",
"condition": "Very Good",
"size": "one size",
"color": "Brown",
"gender": "Women",
"material": "Leather",
"price": 202.0,
"currency": "GBP",
"available": true,
"inclusions": ["auth_card", "dust_bag"],
"countryOfOrigin": "France",
"imageUrl": "https://cdn.shopify.com/s/files/1/0755/1431/4990/files/hermes_strap.jpg",
"listingUrl": "https://www.hardlyeverwornit.com/products/9733aa-hermes",
"publishedAt": "2026-04-29T10:00:00-04:00",
"scrapedAt": "2026-06-04T10:00:00+00:00",
"recordType": "luxuryListing"
}

Categories available

The following category handles are supported for mode=byCategory:

  • bags / bags-women / bags-men
  • shoes-women / shoes-men
  • clothing-women / clothing-men
  • accessories / accessories-women / accessories-men
  • fine-jewellery-women / fashion-jewellery-women
  • watches-women / watches-men
  • dresses / evening-dresses-women / day-dresses-women
  • jackets / jackets-women / jackets-men
  • knitwear-women / knitwear-men
  • jeans / jeans-women / jeans-men
  • heeled-shoes-women / flat-shoes-women
  • sneakers-women / sneakers-men
  • boots-women / boots-men
  • belts-women / belts-men
  • hats-women / hats-men
  • cross-body-bags-women / backpacks-women

Brands available

Top designer brands supported for mode=byBrand:

  • hermes / chanel / louis-vuitton / gucci / prada
  • dior / balenciaga / bottega-veneta-new / fendi / givenchy
  • balmain / dolce-gabbana / valentino / saint-laurent / celine
  • loewe / burberry / versace / alexander-mcqueen
  • alaia / amiri / amina-muaddi / jimmy-choo

Frequently Asked Questions

Does this require an API key or login? No. Hardly Ever Worn It is powered by Shopify and its product API is publicly accessible without any authentication.

Are prices in USD or GBP? All prices are in GBP (British Pounds Sterling) as this is a UK-based marketplace.

What does the condition field mean?

  • New with tags — brand new, original tags attached
  • New without tags — unused but tags removed
  • Very Good — lightly used, minimal signs of wear
  • Good — gently used with minor wear
  • B+ — gently worn, good condition
  • AB — well loved but structurally sound

How many items can I scrape? The maxItems parameter goes up to 200 per run. For larger scrapes, run multiple jobs with different categories or brands.

Can I filter by size or color? Currently the actor supports filtering by condition. Size and color are included in every output record so you can post-filter your dataset.

How fresh is the data? The actor hits the live Shopify API, so data is real-time. Items sell quickly on luxury resale platforms, so listings may be sold by the time you visit.


Data Source

Data is sourced from the public Shopify JSON API of hardlyeverwornit.com. No scraping of rendered HTML pages is performed.