Gab Search Scraper avatar
Gab Search Scraper
Deprecated

Pricing

$15.00/month + usage

Go to Apify Store
Gab Search Scraper

Gab Search Scraper

Deprecated

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

Web Harvester

Maintained by Community

Actor stats

4

Bookmarked

19

Total users

1

Monthly active users

8 days ago

Last modified

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

TypeDescription
TOPTop/trending results
STATUSESSearch for posts
PEOPLESearch for user accounts
GROUPSSearch for groups

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

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.