Gab People Search Scraper ๐Ÿ”

Gab People Search Scraper ๐Ÿ”

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.

SOCIAL_MEDIAApify

๐Ÿค– 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]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool โ€” just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. Youโ€™ll be guided to input a search term and get structured results. No setup needed!