TechCrunch Scraper avatar

TechCrunch Scraper

Pricing

from $4.00 / 1,000 results

Go to Apify Store
TechCrunch Scraper

TechCrunch Scraper

Stay ahead of the curve with the latest news from TechCrunch, a leading global media property dedicated to profiling startups, reviewing new internet products, and breaking the latest tech and AI news.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

2

Monthly active users

8 days ago

Last modified

Categories

Share

πŸ’» TechCrunch News Scraper

Stay on top of tech and AI news from TechCrunch. This scraper extracts up to 200 articles per run by category β€” titles, full text, authors, tags, and dates.

πŸ’‘ Perfect for…

  • Founders & investors: Follow startups, venture, and AI coverage.
  • Researchers & journalists: Build topic archives with clean metadata.
  • Content & alert tools: Feed fresh TechCrunch posts into digests or bots.
  • πŸ“š RAG & AI workflows: Index article text with source links and tags.

✨ Why you'll love this scraper

  • 🎯 Clear categories: Latest, Startups, Venture, Apple, Security, AI, Apps.
  • πŸ“° Full articles: Title, body, author, date, and tags.
  • πŸ“¦ Simple setup: Pick a category, set a max count, export.

πŸ“¦ What's inside the data?

  • id, title, link, date, content
  • author_id, author_name, author_link
  • category, terms (tags)

🎯 Available categories

  • AI β€” Artificial intelligence news and breakthroughs
  • Latest β€” Most recent TechCrunch articles
  • Startups β€” Emerging companies and funding
  • Venture β€” Investment and VC updates
  • Security β€” Cybersecurity developments
  • Apple β€” Apple ecosystem news
  • Apps β€” Mobile and software applications

πŸš€ Quick start

  1. Select a category (AI is a great starting point).
  2. Set max_posts (up to 200).
  3. Click Start and download JSON or CSV.

Example input

{
"category": "AI",
"max_posts": 100
}

Example output

{
"id": 3043894,
"title": "Sam Altman says that bots are making social media feel 'fake'",
"link": "https://techcrunch.com/2025/09/08/sam-altman-says-that-bots-are-making-social-media-feel-fake/",
"date": "2025-09-08T15:24:42-07:00",
"content": "X enthusiast and Reddit shareholder Sam Altman had an epiphany on Monday…",
"author_id": 2703812,
"author_name": "Julie Bort",
"author_link": "https://techcrunch.com/author/julie-bort/",
"category": "AI",
"terms": ["AI", "Social", "TC", "social media", "Reddit", "sam altman"]
}
ParameterTypeRequiredDescription
categorystringYesLatest, Startups, Venture, Apple, Security, AI, or Apps.
max_postsintegerNoHow many articles to collect. Min 10, max 200, default 100.