Make: Makezine Maker Project Scraper avatar

Make: Makezine Maker Project Scraper

Pricing

Pay per event

Go to Apify Store
Make: Makezine Maker Project Scraper

Make: Makezine Maker Project Scraper

Scrape curated maker project metadata from Makezine.com — titles, authors, categories, tags, tools, materials, excerpts and thumbnails from 2600+ DIY projects.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract structured metadata from all curated maker projects published on Makezine.com — the flagship publication for DIY makers, hackers, and craft enthusiasts.

What it does

Crawls all ~2,600 project pages across Makezine's dedicated project sitemaps and extracts per-project metadata: title, author, category, tags, tools list, materials list, excerpt, publish date, thumbnail, and project URL. No subscription required — all metadata is publicly accessible.

Output fields

FieldTypeDescription
project_idstringStable slug-based project identifier
titlestringProject title
authorstringAuthor name
slugstringURL slug
categorystringProject category (from articleSection, e.g. "Woodworking, Workshop")
tagsstring[]Keywords / tags
difficultystringDifficulty level (null — not structured on this site)
time_requiredstringTime estimate (null — not structured on this site)
tools_summarystring[]List of tools required
materials_summarystring[]List of materials/parts required
excerptstringShort project description
published_atstringISO 8601 publish date
thumbnail_urlstringProject thumbnail image URL
project_urlstringCanonical project page URL

Use cases

  • Maker content datasets — Train or augment LLMs / recommendation systems on curated DIY project content
  • Research — Analyze maker trends, popular tools, category distributions across 15+ years of publications
  • Instructables complement — Pair with the Instructables scraper for a curated + UGC maker dataset
  • SEO / content analysis — Track which categories and tags dominate Make: magazine's editorial catalog

Input

ParameterTypeDefaultDescription
maxItemsinteger10Maximum number of project records to scrape. Set to 0 for all ~2,600 projects.

Notes

  • Covers woodworking, electronics, craft, science, photography, food, furniture, and more
  • Tools and materials lists may be empty on older projects that predate the structured sidebar format
  • difficulty and time_required are not present as machine-readable fields on Makezine — both return null
  • Full corpus run (~2,600 projects) takes approximately 10 minutes at default concurrency