Archiproducts Scraper avatar

Archiproducts Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Archiproducts Scraper

Archiproducts Scraper

Scrape Stylepark - Europe's leading architecture & design product directory. Search by keyword, browse by category, or fetch specific products by slug. Returns product name, manufacturer, designer, category, images, and source URL.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Extract architecture and interior design products from Stylepark — Europe's leading curated product directory for architects, designers, and specifiers. Search by keyword, browse by product category, or fetch specific product pages by URL.

What you can do

  • Search for any architecture or design product by keyword
  • Browse by category (furniture, lighting, kitchen, bath, garden, etc.)
  • Fetch specific products by slug or full URL
  • Filter by manufacturer name

Input

FieldTypeDescription
modeselectsearch, byCategory, or getBySlug (required)
querystringKeyword search query (mode=search)
categoryselectProduct category to browse (mode=byCategory)
slugsarrayProduct slugs or URLs (mode=getBySlug)
manufacturerstringFilter by manufacturer name (optional)
maxItemsintegerMax products to return (1–10,000, default 100)

Example inputs

Search:

{
"mode": "search",
"query": "chair",
"maxItems": 50
}

Browse category:

{
"mode": "byCategory",
"category": "interior-lighting",
"maxItems": 100
}

Specific products:

{
"mode": "getBySlug",
"slugs": [
"pedrali/libre-595",
"https://www.stylepark.com/en/vitra/eames-chair"
]
}

Output

Each product record includes:

FieldDescription
slugProduct identifier (manufacturer/product)
nameProduct name
manufacturerBrand / manufacturer name
designerProduct designer (when available)
categoryTop-level product category
subCategorySub-category
categoryPathFull category breadcrumb
descriptionProduct description
imageUrlPrimary product image URL
imagesAdditional product images
manufacturerUrlManufacturer profile URL
productUrlCanonical product URL
sourceUrlScraped page URL
recordTypeAlways "product"
scrapedAtUTC timestamp

Example output

{
"slug": "pedrali/libre-595",
"name": "LIBRE 595",
"manufacturer": "Pedrali",
"designer": "Eugeni Quitllet",
"category": "Garden furnishings",
"subCategory": "Outdoor seating furniture",
"categoryPath": "Garden furnishings > Outdoor seating furniture > Outdoor armchairs",
"productUrl": "https://www.stylepark.com/en/pedrali/libre-595",
"sourceUrl": "https://www.stylepark.com/en/pedrali/libre-595",
"recordType": "product",
"scrapedAt": "2026-05-30T12:00:00+00:00"
}

Available categories

Home Furniture, Office/Contract Furniture, Interior Lighting, Outdoor Lighting, Interior Accessories, Fabrics/Textiles, Bath/Sanitary, Kitchen, Garden Furnishings, Wellness/Pools, Fireplaces/Heating, Electrical Installations, Loudspeakers, Entertainment Electronics, Fittings, Room Acoustics, Wall/Ceiling, Interior Construction, Building Entrance, Exterior Walls/Facades, Flooring, Outdoor Architecture.

FAQ

What is Stylepark? Stylepark is a European architecture and design product database covering 70,000+ products from leading manufacturers including Vitra, B&B Italia, Pedrali, Cassina, HAY, and hundreds more.

Do I need an account? No. All data is publicly accessible without login or API key.

How many products can I get? Up to 10,000 per run. Category pages typically have 50+ products each across 100+ pages.

Can I filter by country or region? Currently manufacturer name filtering is supported. Country filtering can be approximated by combining manufacturer filter with known country-based brands.

Are prices available? Stylepark does not display prices — it is a product directory, not an e-commerce site.

How fresh is the data? Each run scrapes live pages. Use scrapedAt to track freshness.