Dezeen Scraper avatar

Dezeen Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Dezeen Scraper

Dezeen Scraper

Scrape Dezeen - world's most visited architecture and design magazine. Search articles, browse by category (Architecture, Interiors, Design, Technology, Furniture, Lighting), or fetch the latest articles.

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

2 days ago

Last modified

Share

Scrape articles from Dezeen — the world's most visited architecture and design magazine. Extract articles by keyword search, browse by category, or get the latest articles across all topics.

What data you get

Each article record contains:

FieldDescription
titleArticle headline
urlFull article URL
slugURL slug (unique article identifier)
publishedAtPublication date (ISO 8601 UTC)
updatedAtLast modified date
authorAuthor name
authorUrlAuthor profile URL
categoriesArticle categories (e.g. Architecture, Interiors, Design)
tagsTopic tags
excerptShort article summary
contentFull article body text (HTML stripped)
imageUrlFeatured image URL
readTimeMinutesEstimated reading time in minutes
sourceUrlCanonical article URL
scrapedAtTimestamp when this record was scraped
recordTypeAlways "article"

Modes

Latest Articles (default)

Returns the most recent Dezeen articles. Optionally filter by category.

Input:

{
"mode": "latestArticles",
"maxItems": 20
}

Search for articles by keyword or phrase.

Input:

{
"mode": "search",
"searchQuery": "sustainable architecture",
"maxItems": 50
}

By Category

Browse all articles in a specific category.

Input:

{
"mode": "byCategory",
"category": "architecture",
"maxItems": 50
}

Input parameters

ParameterTypeDescription
modeselectlatestArticles (default), search, byCategory
searchQuerystringSearch keyword (required for search mode)
categoryselectFilter by category: architecture, interiors, design, technology, furniture, products, lighting, installations, news, highlights, videos
tagstringFilter by tag slug (e.g. sustainability, concrete)
sortByselectnewest (default), oldest, relevance
dateFromstringOnly articles published on/after (YYYY-MM-DD)
dateTostringOnly articles published on/before (YYYY-MM-DD)
maxItemsintegerMaximum articles to return (1–1000, default 20)

Category options

  • Architecture — Buildings, houses, projects worldwide
  • Interiors — Interior design, spaces, decor
  • Design — Industrial, graphic, product design
  • Technology — Tech news, innovation, software
  • Furniture — Chair, table, shelving designs
  • Products — Homeware, consumer goods
  • Lighting — Lamp and lighting design
  • Installations — Art installations and exhibitions
  • News — Breaking news and updates
  • Highlights — Editor-curated top stories
  • Videos — Video content

Example outputs

{
"title": "Meister Varma Architects uses salvaged stone for home in India",
"url": "https://www.dezeen.com/2026/06/30/meister-varma-architects-house-india/",
"publishedAt": "2026-06-30T10:00:00Z",
"updatedAt": "2026-06-30T11:30:00Z",
"author": "Dezeen staff",
"authorUrl": "https://www.dezeen.com/author/dezeen-staff/",
"categories": ["Architecture", "Interiors"],
"tags": ["India", "house", "stone"],
"excerpt": "Meister Varma Architects has completed a residence in Ahmedabad featuring walls built from salvaged stone.",
"imageUrl": "https://static.dezeen.com/uploads/2026/06/...",
"readTimeMinutes": 3,
"sourceUrl": "https://www.dezeen.com/2026/06/30/meister-varma-architects-house-india/",
"scrapedAt": "2026-06-30T14:00:00.000000+00:00",
"recordType": "article"
}

FAQs

Does this require login or API keys? No. Dezeen's WordPress REST API is publicly accessible without any credentials.

How many articles can I scrape? Up to 1,000 per run. Dezeen has tens of thousands of archived articles.

Can I filter by date range? Yes — use dateFrom and dateTo in YYYY-MM-DD format.

How is this data useful? Track design trends, monitor architecture news, build design inspiration databases, research published projects, or analyze coverage patterns.

Is this legal? This scraper accesses Dezeen's public WordPress REST API, the same interface used by apps and aggregators. Check Dezeen's Terms of Service for your specific use case.