A powerful scraper that extracts user profiles from Gab.com search results. Get detailed user information including followers count, posting stats, verification status, and more. Perfect for social media analysis and user research.
This actor allows you to scrape user profiles from Gab.com search results. It's perfect for researchers, marketers, and analysts who need to gather information about Gab users based on specific keywords.
For each user profile, you'll get:
The actor accepts the following parameters:
keywords
(Array): List of keywords to search for usersmaxItems
(Number): Maximum number of results to collect per keywordproxyConfiguration
(Object): Proxy settings (optional)A full explanation of an input example in JSON.
1{ 2 "keywords": [ 3 "trump" 4 ], 5 "maxItems": 20 6}
The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "keyword": "trump", 4 "id": "311", 5 "username": "realdonaldtrump", 6 "acct": "realdonaldtrump", 7 "display_name": "Donald J Trump", 8 "locked": false, 9 "created_at": "2016-08-11T16:42:29.000Z", 10 "note": "<p>Reserved for the 45th President of the United States of America๐บ๐ธ This account is an uncensored Twitter archive and shares email statements sent by The Office of Donald J. Trump.</p>", 11 "url": "https://gab.com/realdonaldtrump", 12 "avatar": "https://m3.gab.com/legacy/594c6de60ca0a.JPG", 13 "avatar_static": "https://m3.gab.com/legacy/594c6de60ca0a.JPG", 14 "avatar_small": "https://m3.gab.com/legacy/594c6de60ca0a.JPG", 15 "avatar_static_small": "https://m3.gab.com/legacy/594c6de60ca0a.JPG", 16 "header": "https://m3.gab.com/accounts/headers/000/000/311/original/83f68fccc8a511d7.jpeg", 17 "header_static": "https://m3.gab.com/accounts/headers/000/000/311/original/83f68fccc8a511d7.jpeg", 18 "is_spam": false, 19 "followers_count": 2258498, 20 "following_count": 1, 21 "statuses_count": 4989, 22 "is_pro": true, 23 "is_verified": true, 24 "is_donor": false, 25 "is_investor": false, 26 "show_pro_life": false, 27 "is_parody": null, 28 "emojis": [], 29 "fields": [] 30 }, 31 ... 32]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool โ just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youโll be guided to input a search term and get structured results. No setup needed!