Skip to main content
POST
/
api
/
getapp
/
products
/getapp/products
curl --request POST \
  --url https://api.anysite.io/api/getapp/products \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "product": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "GetappProduct",
    "seo_id": "<string>",
    "alias": "<string>",
    "name": "<string>",
    "tagline": "<string>",
    "description": "<string>",
    "overview": "<string>",
    "image": "<string>",
    "company_name": "<string>",
    "is_premium": true,
    "website_url": "<string>",
    "category": "<string>",
    "rating": 123,
    "review_count": 123,
    "ease_of_use_rating": 123,
    "customer_support_rating": 123,
    "value_for_money_rating": 123,
    "functionality_rating": 123,
    "recommendation_rating": 123,
    "positive_percentage": 123,
    "last_updated_at": 123,
    "has_free_trial": true,
    "has_free_version": true,
    "reviews_summary": "<string>",
    "feature_count": 123,
    "integration_count": 123,
    "review_distribution": {
      "@type": "GetappReviewDistribution",
      "one": 123,
      "two": 123,
      "three": 123,
      "four": 123,
      "five": 123
    },
    "review_topics": [],
    "key_takeaways": [],
    "pros": [],
    "cons": [],
    "pricing": {
      "@type": "GetappPricing",
      "currency": "<string>",
      "currency_symbol": "<string>",
      "starting_amount": 123,
      "periodicity": "<string>",
      "pricing_model": "<string>",
      "no_credit_card_required": true,
      "price_range": 123,
      "categories": [],
      "plans": []
    },
    "vendor": {
      "@type": "GetappVendor",
      "id": "<string>",
      "name": "<string>",
      "city": "<string>",
      "state_province": "<string>",
      "country": "<string>",
      "country_code": "<string>",
      "website_url": "<string>",
      "year_founded": "<string>"
    },
    "features": [],
    "integrations": [],
    "categories": [],
    "related_categories": [],
    "alternatives": [],
    "comparisons": [],
    "screenshots": [],
    "videos": [],
    "platforms": [],
    "typical_customers": [],
    "support_options": [],
    "training_options": [],
    "company_sizes": [],
    "top_industries": [],
    "use_cases": [],
    "faq": [],
    "url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
product
string
required

GetApp product identifier. Accepts product alias ('zoho-crm'), '{category}/a/{alias}' path, or full product URL ('https://www.getapp.com/customer-management-software/a/zoho-crm/').

Minimum string length: 1
Pattern: ^(?:https?://[^\s]+|//[^\s]+|(?:www\.|getapp\.com)[^\s]*|/?[A-Za-z0-9][A-Za-z0-9._/\-]*)$
Examples:

"zoho-crm"

"customer-management-software/a/zoho-crm"

"https://www.getapp.com/customer-management-software/a/zoho-crm/"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:GetappProduct
seo_id
string | null
alias
string | null
name
string | null
tagline
string | null
description
string | null
overview
string | null
image
string | null
company_name
string | null
is_premium
boolean | null
website_url
string | null
category
string | null
rating
number | null
review_count
integer | null
ease_of_use_rating
number | null
customer_support_rating
number | null
value_for_money_rating
number | null
functionality_rating
number | null
recommendation_rating
number | null
positive_percentage
number | null
last_updated_at
integer | null
has_free_trial
boolean | null
has_free_version
boolean | null
reviews_summary
string | null
feature_count
integer | null
integration_count
integer | null
review_distribution
object | null
review_topics
object[]
key_takeaways
object[]
pros
object[]
cons
object[]
pricing
object | null
vendor
object | null
features
object[]
integrations
object[]
categories
object[]
alternatives
object[]
comparisons
object[]
screenshots
string[]
videos
string[]
platforms
string[]
typical_customers
string[]
support_options
string[]
training_options
string[]
company_sizes
object[]
top_industries
object[]
use_cases
object[]
faq
object[]
url
string | null