Gab Search Scraper
Pricing
$15.00/month + usage
Go to Apify Store
Deprecated
Gab Search Scraper
Scrape search results and accounts and groups' info as well as the posts and comments of accounts and groups from Gab's website. Download your data in any format (JSON, CSV, XML, RSS, HTML Table). Seamless integration with apps, reports, and databases.
Pricing
$15.00/month + usage
Rating
0.0
(0)
Developer

Web Harvester
Maintained by Community
Actor stats
4
Bookmarked
19
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Search Gab for posts, accounts, or groups.
Features
- Search for posts (statuses)
- Search for user accounts
- Search for groups
- Filter for verified accounts only
- Collect comments on found posts
- Scrape posts from found accounts/groups
Input Example
{"searchQueries": ["technology", "news"],"searchType": "STATUSES","searchOnlyVerified": false,"desiredPostsCount": 100,"desiredCommentsCount": 10,"desiredAccountsCount": 20,"desiredGroupsCount": 10,"accountPostsSortBy": "NEWEST","groupPostsSortBy": "NEWEST","commentsSortBy": "MOST_LIKED","addUserInfo": true,"addGroupInfo": true}
For the full list of parameters, see the Input Schema.
Output Example
{"id": "110484757930518793","created_at": "2023-06-04T07:26:55.897Z","url": "https://gab.com/HasmineKekistano/posts/110484757930518793","content": "Post content here...","replies_count": 0,"favourites_count": 1,"group": {"id": "150","title": "Cats"},"account": {"id": "853078","username": "HasmineKekistano"},"comments": []}
Search Types
| Type | Description |
|---|---|
TOP | Top/trending results |
STATUSES | Search for posts |
PEOPLE | Search for user accounts |
GROUPS | Search for groups |
Sort Options
| Type | Options |
|---|---|
| Account Posts | NEWEST, NO_REPOSTS, TOP_TODAY, TOP_WEEKLY, TOP_MONTHLY, TOP_YEARLY, TOP_ALL_TIME |
| Group Posts | HOT, RISING, NEWEST, RECENT, TOP_TODAY, TOP_WEEKLY, TOP_MONTHLY, TOP_YEARLY, TOP_ALL_TIME |
| Comments | MOST_LIKED, NEWEST, OLDEST |
Integrations
Connect with Make, Zapier, Slack, Airbyte, GitHub, Google Sheets, and more.
API Access
Use the Apify API with:
- Node.js:
apify-clientnpm package - Python:
apify-clientPyPI package
See the API tab for code examples.