Dezeen Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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:
| Field | Description |
|---|---|
title | Article headline |
url | Full article URL |
slug | URL slug (unique article identifier) |
publishedAt | Publication date (ISO 8601 UTC) |
updatedAt | Last modified date |
author | Author name |
authorUrl | Author profile URL |
categories | Article categories (e.g. Architecture, Interiors, Design) |
tags | Topic tags |
excerpt | Short article summary |
content | Full article body text (HTML stripped) |
imageUrl | Featured image URL |
readTimeMinutes | Estimated reading time in minutes |
sourceUrl | Canonical article URL |
scrapedAt | Timestamp when this record was scraped |
recordType | Always "article" |
Modes
Latest Articles (default)
Returns the most recent Dezeen articles. Optionally filter by category.
Input:
{"mode": "latestArticles","maxItems": 20}
Search
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
| Parameter | Type | Description |
|---|---|---|
mode | select | latestArticles (default), search, byCategory |
searchQuery | string | Search keyword (required for search mode) |
category | select | Filter by category: architecture, interiors, design, technology, furniture, products, lighting, installations, news, highlights, videos |
tag | string | Filter by tag slug (e.g. sustainability, concrete) |
sortBy | select | newest (default), oldest, relevance |
dateFrom | string | Only articles published on/after (YYYY-MM-DD) |
dateTo | string | Only articles published on/before (YYYY-MM-DD) |
maxItems | integer | Maximum 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.