πŸ“° BuzzFeed Search Scraper avatar

πŸ“° BuzzFeed Search Scraper

Pricing

$19.99/month + usage

Go to Apify Store
πŸ“° BuzzFeed Search Scraper

πŸ“° BuzzFeed Search Scraper

Search BuzzFeed and extract structured article metadata with author information and publication dates.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

2

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Search BuzzFeed and extract structured article metadata including titles, descriptions, images, author information, and publication dates.

✨ Key Features

  • πŸ”Ž URL-based search with automatic pagination
  • πŸ“ Comprehensive article data extraction
  • πŸ‘€ Author information and profile details
  • πŸ–ΌοΈ Article images and metadata
  • πŸ“… Publication dates

🎯 Good For

  • Content research and monitoring
  • Trend analysis
  • Author tracking
  • Media content aggregation

πŸ“ Input

  • searchUrl (required): Complete BuzzFeed search URL
  • maxItems (optional): Maximum number of articles to collect
  • proxyConfiguration (optional): Proxy settings for the actor

Input Example

{
"searchUrl": "https://www.buzzfeed.com/search?q=ai",
"maxItems": 50,
"proxyConfiguration": {
"useApifyProxy": false,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

πŸ“€ Output

Each dataset item is a single article result.

Output Example

{
"searchUrl": "https://www.buzzfeed.com/search?q=ai",
"url": "https://www.buzzfeed.com/article/example",
"title": "Article Title",
"description": "Article description text",
"imageUrl": "https://www.buzzfeed.com/image.jpg",
"imageAlt": "Image alt text",
"authorName": "Author Name",
"authorUrl": "https://www.buzzfeed.com/author/name",
"authorAvatar": "https://www.buzzfeed.com/avatar.jpg",
"datePublished": "2026-01-29",
"scrapedAt": "2026-01-29T10:00:00.000Z"
}