Gab Scraper
Pricing
$15.00/month + usage
Go to Apify Store
Deprecated
Gab Scraper
This actor scrapes searches, profiles, groups, and feeds URLs, as well as their posts and comments from the https://gab.com website.
Pricing
$15.00/month + usage
Rating
0.0
(0)
Developer

Web Harvester
Maintained by Community
Actor stats
3
Bookmarked
30
Total users
1
Monthly active users
13 days ago
Last modified
Categories
Share
Scrape posts, comments, accounts, groups, search results, and marketplace listings from Gab.com.
Features
- User Profiles - Scrape posts from specific accounts
- Groups - Scrape posts from groups (with optional media-only filter)
- Search - Search for posts, accounts, or groups
- Marketplace - Search marketplace listings with filters
- Comments - Collect comments on posts
- Custom Feeds - Scrape user-created feeds/lists
Input Example
{"accounts": ["a"],"groupsIds": ["150"],"searchQueries": ["technology"],"marketplaceSearchQueries": ["books"],"desiredPostsCount": 100,"desiredCommentsCount": 10,"addUserInfo": true,"addGroupInfo": true,"accountPostsSortBy": "NEWEST","groupPostsSortBy": "NEWEST","commentsSortBy": "MOST_LIKED"}
For the full list of parameters, see the Input Schema.
Output Example
{"id": "110481000622541415","created_at": "2023-06-03T15:31:24.078Z","url": "https://gab.com/Ori/posts/110481000622541415","content": "Post content here...","replies_count": 2,"reblogs_count": 1,"favourites_count": 1,"account": {"id": "66815","username": "Ori","display_name": "Ori"},"group": {"id": "72693","title": "Gab AI Art"},"media_attachments": [],"comments": []}
Available 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 |
| Marketplace | NEWEST, OLDEST, PRICE_ASCENDING, PRICE_DESCENDING |
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.