social_profile
Fetch followers, bio, and recent posts from Facebook, Instagram, YouTube, or Twitter profiles for marketing analysis.
Instructions
Scrape a social media profile: followers, bio, and recent posts/videos.
Supports Facebook pages, Instagram profiles, YouTube channels, and Twitter/X profiles.
Args:
url: Profile URL (e.g. "https://facebook.com/nike")
platform: One of "facebook", "instagram", "youtube", "twitter"
max_posts: Maximum recent posts to fetch (default: 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| config | No | ||
| platform | Yes | ||
| max_posts | No |