Gab Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsGab Scraper
This actor scrapes searches, profiles, groups, and feeds URLs, as well as their posts and comments from the https://gab.com website.
Start URLs
startUrls
arrayOptional
Supports most of the urls, e.g. accounts, groups, feeds, and posts URLs.
Default value of this property is []
Desired posts count (per account, group or query)
desiredPostsCount
integerOptional
Desired number of posts to scrape per profile.
Default value of this property is 100
Desired comments count (per post)
desiredCommentsCount
integerOptional
Desired number of comments to scrape per post.
Default value of this property is 0
Comments sort by
commentsSortBy
EnumOptional
Value options:
"MOST_LIKED": string"NEWEST": string"OLDEST": string
Default value of this property is "MOST_LIKED"
Include user info in posts
addUserInfo
booleanOptional
Expands the posts by integrating user information and appending it to the account field.
Include group info in posts
addGroupInfo
booleanOptional
Expands the posts by integrating group information and appending it to the group field.
Account posts sort by
accountPostsSortBy
EnumOptional
Value options:
"NEWEST": string"NO_REPOSTS": string"TOP_TODAY": string"TOP_WEEKLY": string"TOP_MONTHLY": string"TOP_YEARLY": string"TOP_ALL_TIME": string
Default value of this property is "NEWEST"
Group posts sort by
groupPostsSortBy
EnumOptional
Value options:
"HOT": string"RISING": string"NEWEST": string"RECENT": string"TOP_TODAY": string"TOP_WEEKLY": string"TOP_MONTHLY": string"TOP_YEARLY": string"TOP_ALL_TIME": string
Default value of this property is "NEWEST"
Groups media only
groupsMediaOnly
booleanOptional
Whether to scrape only media for groups.
Default value of this property is false
Desired account count for 'People' type (per search query)
desiredAccountsCount
integerOptional
Desired number of accounts to scrape for 'People' type per search query.