Gab Scraper avatar
Gab Scraper
Deprecated

Pricing

$15.00/month + usage

Go to Apify Store
Gab Scraper

Gab Scraper

Deprecated

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

Web Harvester

Maintained by Community

Actor stats

3

Bookmarked

30

Total users

1

Monthly active users

13 days ago

Last modified

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

TypeOptions
Account PostsNEWEST, NO_REPOSTS, TOP_TODAY, TOP_WEEKLY, TOP_MONTHLY, TOP_YEARLY, TOP_ALL_TIME
Group PostsHOT, RISING, NEWEST, RECENT, TOP_TODAY, TOP_WEEKLY, TOP_MONTHLY, TOP_YEARLY, TOP_ALL_TIME
CommentsMOST_LIKED, NEWEST, OLDEST
MarketplaceNEWEST, 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-client npm package
  • Python: apify-client PyPI package

See the API tab for code examples.