Gab People Search Scraper 🔍 avatar

Gab People Search Scraper 🔍

Try for free

6 hours trial then $19.99/month - No credit card required now

Go to Store
Gab People Search Scraper 🔍

Gab People Search Scraper 🔍

easyapi/gab-people-search-scraper
Try for free

6 hours trial then $19.99/month - No credit card required now

A powerful scraper that extracts user profiles from Gab.com search results. Get detailed user information including followers count, posting stats, verification status, and more. Perfect for social media analysis and user research.

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified 8 days ago

Categories

🤖 What does Gab People Search Scraper do?

This actor allows you to scrape user profiles from Gab.com search results. It's perfect for researchers, marketers, and analysts who need to gather information about Gab users based on specific keywords.

✨ Features

  • 🎯 Search for user profiles using keywords
  • 👥 Extract detailed user information
  • 📊 Get user statistics (followers, following, posts)
  • ✅ Verify account status (Pro, verified, donor status)
  • 📅 Retrieve account creation dates
  • 🔄 Handle multiple search keywords
  • ⚡ Fast and efficient scraping with built-in delays
  • 🛡️ Proxy support for reliable data collection

📊 Output Data

For each user profile, you'll get:

  • Basic profile information (username, display name)
  • Profile URL and avatar images
  • Account creation date
  • Follower and following counts
  • Post count (statuses)
  • Verification status
  • Pro member status
  • Account description/bio
  • Custom profile fields

💡 Use Cases

  • Social media research and analysis
  • Influencer discovery
  • Community mapping
  • User behavior analysis
  • Academic research
  • Marketing research

📝 Input Parameters

The actor accepts the following parameters:

  • keywords (Array): List of keywords to search for users
  • maxItems (Number): Maximum number of results to collect per keyword
  • proxyConfiguration (Object): Proxy settings (optional)

📌 Notes

  • The actor respects website's terms of service
  • Some profiles might be private or have limited visibility
  • Results depend on Gab's search functionality

Input Example

A full explanation of an input example in JSON.

1{
2    "keywords": [
3        "trump"
4    ],
5    "maxItems": 20
6}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2   {
3        "keyword": "trump",
4        "id": "311",
5        "username": "realdonaldtrump",
6        "acct": "realdonaldtrump",
7        "display_name": "Donald J Trump",
8        "locked": false,
9        "created_at": "2016-08-11T16:42:29.000Z",
10        "note": "<p>Reserved for the 45th President of the United States of America🇺🇸 This account is an uncensored Twitter archive and shares email statements sent by The Office of Donald J. Trump.</p>",
11        "url": "https://gab.com/realdonaldtrump",
12        "avatar": "https://m3.gab.com/legacy/594c6de60ca0a.JPG",
13        "avatar_static": "https://m3.gab.com/legacy/594c6de60ca0a.JPG",
14        "avatar_small": "https://m3.gab.com/legacy/594c6de60ca0a.JPG",
15        "avatar_static_small": "https://m3.gab.com/legacy/594c6de60ca0a.JPG",
16        "header": "https://m3.gab.com/accounts/headers/000/000/311/original/83f68fccc8a511d7.jpeg",
17        "header_static": "https://m3.gab.com/accounts/headers/000/000/311/original/83f68fccc8a511d7.jpeg",
18        "is_spam": false,
19        "followers_count": 2258498,
20        "following_count": 1,
21        "statuses_count": 4989,
22        "is_pro": true,
23        "is_verified": true,
24        "is_donor": false,
25        "is_investor": false,
26        "show_pro_life": false,
27        "is_parody": null,
28        "emojis": [],
29        "fields": []
30    },
31    ...
32]