Fendi Product Scraper avatar

Fendi Product Scraper

Pricing

from $5.00 / 1,000 dataset items

Go to Apify Store
Fendi Product Scraper

Fendi Product Scraper

Scrape official Fendi.com products by keyword, category, product ID, or full catalog. Returns MSRP price, currency, stock, description, material, color, images, and category as structured JSON. Multi-locale (US/EU/UK/JP).

Pricing

from $5.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

axly

axly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Categories

Share

Extract the official Fendi.com catalog as clean, structured JSON — the first Apify actor that scrapes the first-party maison storefront directly, not a reseller or marketplace. Get authoritative retail prices (MSRP), official product names and descriptions, materials, colors, stock status, hi-res official images, and category data — by keyword search, category, product ID, or the entire product catalog, across the US, UK, France, Italy, and Japan storefronts (with the correct local currency).

Unlike multi-brand marketplace or pre-owned resale scrapers, this pulls official, current, first-party data straight from Fendi — ideal when you need the real retail price and the brand's own product copy and imagery.


Who uses this

BuyerJob to be done
Resellers / daigou / grey-marketPrice inventory against official MSRP and compare pricing across US/UK/EU/JP regions.
Price-comparison & aggregator appsFeed a clean, stable JSON catalog of official Fendi products into your platform.
Brand & market analystsTrack assortment, price positioning, new arrivals, materials, and seasonal mix.
Fashion researchers & data teamsBuild datasets of luxury pricing, categories, and product attributes.

Output fields

Each dataset row is one product:

FieldTypeDescription
product_idstringProduct SKU / Algolia objectID (e.g. 8BN372B1E6F0TX1).
namestringOfficial product name.
pricenumberOfficial retail price (MSRP) in the locale's currency.
currencystringISO currency code (USD, GBP, EUR, JPY).
in_stockbooleanWhether the product is in stock.
short_descriptionstringShort marketing description.
descriptionstringFull long description (may contain HTML).
materialstringPrimary material (e.g. 100% calfskin).
colorstringColor.
genderstringTarget gender (Woman / Man / …).
familystringProduct family / line (Peekaboo, Baguette, …).
categorystringPrimary category ID (e.g. us_woman_bags).
category_namestringPrimary category display name (e.g. Bags).
categoriesarrayAll category IDs the product belongs to.
seasonstringProduct season code.
launch_datestringProduct launch date (YYYY-MM-DD).
views_monthintegerMonthly view / popularity metric.
imagesarrayOfficial product image URLs.
urlstringCanonical product page URL.
localestringStorefront locale scraped.
input_typestringsearch | category | product | sitemap.
sourcestringThe input value that produced the row.
scraped_atstringISO-8601 scrape timestamp.

Empty fields are omitted from a row.


Use cases

  • Regional price benchmarking — run the same products across us-en, gb-en, fr-fr, it-it, and jp-ja to compare MSRP and spot regional price gaps.
  • Reseller pricing intelligence — pull the official price and stock for a set of SKUs to price your own listings against retail.
  • New-arrival monitoring — full-catalog mode with Only products updated since gives you a daily diff of newly added or updated products.
  • Assortment analysis — scrape a category (e.g. us_woman_bags_peekaboo) to map the line-up, materials, colors, and price ladder.
  • Catalog feed — keep an always-fresh JSON mirror of the Fendi catalog for a price-comparison or search product.

Input parameters

FieldTypeDefaultDescription
searchQueriesarray[]Keyword searches (Algolia). Each hit is a full product record.
categoryIdsarray[]Fendi category IDs, e.g. us_woman_bags_peekaboo.
productIdsarray[]Product SKUs or full product URLs.
scrapeFullCatalogbooleanfalseIterate the entire product sitemap for the locale.
localestringus-enus-en, gb-en, fr-fr, it-it, or jp-ja.
sortstringrelevancerelevance, price_asc, price_desc, new_arrivals, most_popular.
filtersstringAdvanced raw Algolia filter (search only).
scrapeDetailbooleanfalseEnrich sparse category/catalog rows with the full record.
includeOutOfStockbooleantrueSkip out-of-stock products when off.
sinceDatestringFull-catalog only: keep products updated on/after YYYY-MM-DD.
maxItemsinteger500Global cap across all inputs.
maxItemsPerInputinteger0Per query/category cap (0 = unlimited).
proxyConfigurationobjectApify ProxyOptional — direct requests work; proxy helps at high volume.

Provide at least one of searchQueries, categoryIds, productIds, or scrapeFullCatalog.

Example input

{
"searchQueries": ["peekaboo", "baguette"],
"locale": "us-en",
"sort": "relevance",
"maxItems": 100
}

Category example with enrichment:

{
"categoryIds": ["us_woman_bags_peekaboo"],
"scrapeDetail": true,
"locale": "us-en",
"maxItems": 50
}

Example output

{
"product_id": "8BR850B14XF1XFH",
"name": "Baguette® 26424",
"price": 11000,
"currency": "USD",
"in_stock": true,
"short_description": "Raffia and bead Re Edition bag",
"material": "Sequins and crystals",
"color": "Multicolor",
"gender": "Woman",
"family": "Baguette",
"category": "us_woman_bags",
"category_name": "Bags",
"images": ["https://s7e5a.scene7.com/is/image/fendi/8BR850B14XF1XFH_01"],
"url": "https://www.fendi.com/us-en/8BR850B14XF1XFH.html",
"locale": "us-en",
"input_type": "search",
"source": "baguette",
"scraped_at": "2026-09-06T00:00:00Z"
}

Scheduling & integrations

  • Schedule daily/weekly runs from the Apify Console to keep a fresh catalog or monitor new arrivals (pair with sinceDate).
  • Webhooks — trigger your own endpoint on run completion.
  • Export to JSON, CSV, Excel, or push straight to Google Sheets, Make, Zapier, Airbyte, or S3 via Apify integrations.
  • API — start runs and pull the dataset through the Apify API/SDK.

Use with AI assistants (MCP)

This actor works well as a tool for AI agents. Point your MCP-compatible client (Claude, or any Apify MCP integration) at the actor and it can fetch live Fendi product data — prices, stock, and attributes — on demand as structured JSON.


FAQ

Is there a limit on results? No hard limit — use maxItems to bound a run. Full-catalog mode covers the entire product sitemap for the locale (thousands of products).

How fresh is the data? It is scraped live on each run directly from Fendi's public catalog, so it reflects the site at run time.

Do I need a proxy? No. Fendi's catalog endpoints respond to direct requests. A proxy is offered as an option for high-volume runs or IP rotation.

Which regions are supported? United States (USD), United Kingdom (GBP), France (EUR), Italy (EUR), and Japan (JPY). Prices are returned in the region's currency.

Does it return contact info or personal data? No — only public product catalog data (prices, descriptions, images, categories). No personal data is collected.

Is this affiliated with Fendi? No. This is an independent tool that reads publicly available catalog data; it is not affiliated with or endorsed by Fendi.

Why are some category rows missing description/stock? Category listings return sparse tiles. Enable scrapeDetail to enrich each with its full record.