Gab Accounts Scraper avatar
Gab Accounts Scraper
Deprecated

Pricing

$1.00 / 1,000 results

Go to Apify Store
Gab Accounts Scraper

Gab Accounts Scraper

Deprecated

Scrape accounts info, as well as their posts and comments from Gab's website. Download your data in any format (JSON, CSV, XML, RSS, HTML Table). Seamless integration with apps, reports, and databases.

Pricing

$1.00 / 1,000 results

Rating

0.0

(0)

Developer

Web Harvester

Web Harvester

Maintained by Community

Actor stats

3

Bookmarked

10

Total users

1

Monthly active users

20 days ago

Last modified

Share

Scrape posts and comments from specific Gab user accounts.

Features

  • Scrape posts from one or multiple Gab accounts
  • Collect comments on posts
  • Include user profile information
  • Sort posts by newest, top, or no reposts

Input Example

{
"accounts": ["realdonaldtrump", "a"],
"desiredPostsCount": 100,
"desiredCommentsCount": 10,
"accountPostsSortBy": "NEWEST",
"commentsSortBy": "MOST_LIKED",
"addUserInfo": true
}

For the full list of parameters, see the Input Schema.

Output Example

{
"id": "110483669512380159",
"created_at": "2023-06-04T02:50:07.949Z",
"url": "https://gab.com/realdonaldtrump/posts/110483669512380159",
"content": "Post content here...",
"replies_count": 134,
"reblogs_count": 124,
"favourites_count": 452,
"account": {
"id": "311",
"username": "realdonaldtrump"
},
"media_attachments": [],
"comments": []
}

Sort Options

TypeOptions
PostsNEWEST, NO_REPOSTS, TOP_TODAY, TOP_WEEKLY, TOP_MONTHLY, TOP_YEARLY, TOP_ALL_TIME
CommentsMOST_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-client npm package
  • Python: apify-client PyPI package

See the API tab for code examples.