Gab People Search Scraper πŸ” avatar
Gab People Search Scraper πŸ”

Under maintenance

Pricing

$19.99/month + usage

Go to Store
Gab People Search Scraper πŸ”

Gab People Search Scraper πŸ”

Under maintenance

Developed by

EasyApi

EasyApi

Maintained by Community

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.

0.0 (0)

Pricing

$19.99/month + usage

0

Total users

5

Monthly users

5

Runs succeeded

>99%

Last modified

3 months ago

πŸ€– 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.

{
"keywords": [
"trump"
],
"maxItems": 20
}

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.

[
{
"keyword": "trump",
"id": "311",
"username": "realdonaldtrump",
"acct": "realdonaldtrump",
"display_name": "Donald J Trump",
"locked": false,
"created_at": "2016-08-11T16:42:29.000Z",
"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>",
"url": "https://gab.com/realdonaldtrump",
"avatar": "https://m3.gab.com/legacy/594c6de60ca0a.JPG",
"avatar_static": "https://m3.gab.com/legacy/594c6de60ca0a.JPG",
"avatar_small": "https://m3.gab.com/legacy/594c6de60ca0a.JPG",
"avatar_static_small": "https://m3.gab.com/legacy/594c6de60ca0a.JPG",
"header": "https://m3.gab.com/accounts/headers/000/000/311/original/83f68fccc8a511d7.jpeg",
"header_static": "https://m3.gab.com/accounts/headers/000/000/311/original/83f68fccc8a511d7.jpeg",
"is_spam": false,
"followers_count": 2258498,
"following_count": 1,
"statuses_count": 4989,
"is_pro": true,
"is_verified": true,
"is_donor": false,
"is_investor": false,
"show_pro_life": false,
"is_parody": null,
"emojis": [],
"fields": []
},
...
]