Skip to main content
POST
/
api
/
capterra
/
products
/capterra/products
curl --request POST \
  --url https://api.anysite.io/api/capterra/products \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "product": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "seo_id": "<string>",
    "@type": "@capterra_product",
    "alias": "<string>",
    "name": "<string>",
    "short_description": "<string>",
    "vendor_name": "<string>",
    "image": "<string>",
    "website_url": "<string>",
    "pricing_starting_from": "<string>",
    "pricing_unit": "<string>",
    "pricing_currency": "<string>",
    "pricing_model": "<string>",
    "payment_frequency": "<string>",
    "has_free_trial": true,
    "has_free_version": true,
    "rating": 123,
    "review_count": 123,
    "ease_of_use_rating": 123,
    "customer_support_rating": 123,
    "value_for_money_rating": 123,
    "functionality_rating": 123,
    "description": "<string>",
    "last_updated": "<string>",
    "review_sentiment": {
      "@type": "@capterra_review_sentiment",
      "positive": {
        "@type": "@capterra_review_sentiment_bucket",
        "count": 123,
        "percentage": 123
      },
      "neutral": {
        "@type": "@capterra_review_sentiment_bucket",
        "count": 123,
        "percentage": 123
      },
      "negative": {
        "@type": "@capterra_review_sentiment_bucket",
        "count": 123,
        "percentage": 123
      }
    },
    "review_distribution": {
      "@type": "@capterra_review_distribution",
      "one": 123,
      "two": 123,
      "three": 123,
      "four": 123,
      "five": 123
    },
    "review_topics": [],
    "pros": [],
    "cons": [],
    "categories": [],
    "features": [],
    "screenshots": [],
    "videos": [],
    "awards": [],
    "alternatives": [],
    "integrations": [],
    "comparisons": [],
    "shortlist_badges": [],
    "deployment": [],
    "training": [],
    "support": [],
    "target_company_sizes": [],
    "url": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.anysite.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
product
string
required

Capterra product identifier. Accepts seo_id ('176586'), seo_id/alias ('176586/Power-BI'), or full product URL ('https://www.capterra.com/p/176586/Power-BI/').

Minimum string length: 1
Pattern: ^(?:https?://[^\s]+|//[^\s]+|(?:www\.|capterra\.com)[^\s]*|\d+(?:/[^\s/?#]+)?)$
Examples:

"176586"

"176586/Power-BI"

"https://www.capterra.com/p/176586/Power-BI/"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string<uuid>
required
seo_id
string
required
@type
string
default:@capterra_product
alias
string | null
name
string | null
short_description
string | null
vendor_name
string | null
image
string | null
website_url
string | null
pricing_starting_from
string | null
pricing_unit
string | null
pricing_currency
string | null
pricing_model
string | null
payment_frequency
string | null
has_free_trial
boolean | null
has_free_version
boolean | 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
description
string | null
last_updated
string | null
review_sentiment
CapterraReviewSentiment · object
review_distribution
CapterraReviewDistribution · object
review_topics
CapterraReviewTopic · object[]
pros
CapterraProsCons · object[]
cons
CapterraProsCons · object[]
categories
CapterraProductCategory · object[]
features
CapterraFeature · object[]
screenshots
string[]
videos
string[]
awards
string[]
alternatives
CapterraAlternative · object[]
integrations
CapterraIntegration · object[]
comparisons
CapterraComparison · object[]
shortlist_badges
CapterraShortlistBadge · object[]
deployment
string[]
training
string[]
support
string[]
target_company_sizes
string[]
url
string | null