Gab Marketplace Scraper avatar
Gab Marketplace Scraper
Deprecated

Pricing

$1.00 / 1,000 results

Go to Apify Store
Gab Marketplace Scraper

Gab Marketplace Scraper

Deprecated

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.

Pricing

$1.00 / 1,000 results

Rating

0.0

(0)

Developer

Web Harvester

Web Harvester

Maintained by Community

Actor stats

2

Bookmarked

14

Total users

1

Monthly active users

19 days ago

Last modified

Share

Scrape listings from the Gab Marketplace.

Features

  • Search marketplace listings by keyword
  • Filter by category, condition, price range, and shipping
  • Include seller information
  • Sort by newest, oldest, or price

Input Example

{
"marketplaceSearchQueries": ["electronics", "books"],
"desiredMarketplaceListingsCount": 100,
"marketplaceCategory": "ALL",
"marketplaceCondition": "ALL",
"marketplaceShipping": "ALL",
"marketplaceSortBy": "NEWEST",
"marketplacePriceFrom": 0,
"marketplacePriceTo": 500,
"addUserInfo": true
}

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

Output Example

{
"id": "110483246325177077",
"title": "Lavender & Rose Face Cream",
"description": "Product description here...",
"price": "14.99",
"price_label": "$14.99",
"condition": 0,
"is_shipping_required": true,
"location": "USA",
"url": "https://gab.com/marketplace/item/110483246325177077",
"marketplace_listing_category": {
"id": 84,
"name": "Beauty"
},
"media_attachments": [],
"account": {
"id": "5166799",
"username": "seller"
}
}

Filter Options

FilterOptions
Sort ByNEWEST, OLDEST, PRICE_ASCENDING, PRICE_DESCENDING
CategoryALL, APPAREL, BEAUTY, BOOKS, ELECTRONICS, FOOD, FURNITURE, TOYS_AND_GAMES, and more
ConditionALL, NEW, RENEWED, USED_LIKE_NEW, USED_VERY_GOOD, USED_GOOD, USED_ACCEPTABLE
ShippingALL, YES, NO

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.