π° BuzzFeed Search Scraper
Pricing
$19.99/month + usage
Go to Apify Store
π° 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
Maintained by Community
Actor stats
2
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
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 URLmaxItems(optional): Maximum number of articles to collectproxyConfiguration(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"}