Gab Marketplace 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 Marketplace Scraper
Scrape marketplace listings from Gab's website. Download your data in any format (JSON, CSV, XML, RSS, HTML Table). Seamless integration with apps, reports, and databases.
You can access the Gab Marketplace Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [],
3 "marketplaceSearchQueries": [
4 "Cream"
5 ],
6 "desiredMarketplaceListingsCount": 100,
7 "marketplaceSortBy": "NEWEST",
8 "marketplaceCategory": "ALL",
9 "marketplaceCondition": "ALL",
10 "marketplacePriceFrom": 0,
11 "marketplacePriceTo": 99999,
12 "marketplaceShipping": "ALL",
13 "marketplaceLocation": "",
14 "marketplaceTags": []
15}' |
16apify call web.harvester/gab-marketplace-scraper --silent --output-dataset
Gab Marketplace Scraper API through CLI
The Apify CLI is the official tool that allows you to use Gab Marketplace Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: