GetApp Software Scraper avatar

GetApp Software Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
GetApp Software Scraper

GetApp Software Scraper

Scrapes GetApp software listings with ratings, reviews, features, pricing, vendors, integrations, platforms, and alternatives. Supports any GetApp category or search page, pagination, rating filters, and optional product-detail enrichment for market research and competitive analysis.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Collects software listings from the GetApp.com business-software directory. Point it at any GetApp category or search results page and it walks the pages for you, returning one flat record per product: name, product page, tagline, description, logo, average rating and review count, the five GetApp sub-scores (value for money, features, ease of use, customer support, likelihood to recommend), the 1–5 star breakdown, popular features and the category leader / premium flags. An optional detail mode also visits each product's own page to add the vendor, pricing, platforms, typical customers, support and training options, integration count and alternatives.

Input

FieldDefaultDescription
category_urlhttps://www.getapp.com/customer-management-software/crm/A GetApp category or search results page to collect listings from. Pagination is followed automatically.
max_results25Maximum software listings to return (1–1000, 25 per page).
include_detailsfalseAlso fetch each product's own page for vendor, pricing, platforms, integrations and alternatives (one extra request per product).
min_rating0Keep only products with an average rating at or above this number of stars. 0 keeps every listing.
proxyConfigurationOptionalEnable a US-based proxy for the most reliable results.

Output

Each result is one software listing:

{
"name": "Zoho CRM",
"slug": "zoho-crm",
"product_url": "https://www.getapp.com/customer-management-software/a/zoho-crm/",
"tagline": "Customer relationship management solution",
"description": "Zoho CRM records all contact, lead & account data. It also lets you assign tasks, automate workflows & marketing, track revenue & send communications.",
"logo_url": "https://gdm-catalog-fmapi-prod.imgix.net/ProductLogo/82a342f4-1d08-4265-877a-83f0d7b3858f.png",
"rating_avg": 4.314,
"num_reviews": 6993,
"rating_value_for_money": 4.29,
"rating_features": 4.27,
"rating_ease_of_use": 4.15,
"rating_customer_support": 4.08,
"likelihood_to_recommend": 6.83,
"stars_breakdown": { "1": 84, "2": 172, "3": 781, "4": 2381, "5": 3575 },
"is_premium": true,
"is_category_leader": false,
"popular_features": ["Access Controls/Permissions", "Activity Dashboard", "AI Copilot"],
"category_name": "CRM",
"category_url": "https://www.getapp.com/customer-management-software/crm/",
"source_url": "https://www.getapp.com/customer-management-software/crm/",
"product_id": "2143ac98-b65c-4bb1-ae6b-a6d200b7a22f",
"global_product_id": "2143ac98-b65c-4bb1-ae6b-a6d200b7a22f",
"raw": { ... }
}

With include_details enabled, records additionally carry overview, company_name, vendor_name, vendor_city, vendor_state, vendor_country, vendor_website, pricing_amount, pricing_currency, pricing_periodicity, pricing_model, pricing_categories, platforms, typical_customers, support_options, training_options, integrations_count, categories, alternatives and last_updated_on.

Notes

  • Runs with empty input (defaults to the CRM category).
  • Enable a US-based proxy for the most reliable results.
  • Any GetApp category or search results page works as category_url — copy one straight from the browser address bar.
  • Intended for market research and competitive analysis; please respect GetApp's terms of service.