Skip to content

Latest commit

 

History

History

reviewapi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Description

Review API to scrape structured and normalized JSON review data from 10+ review platforms to build your apps or custom reports.

Example Request

  • Curl
curl "https://app.reviewapi.io/api/v1/reviews?apikey={{token}}&url=https%3A%2F%2Fwww.capterra.com%2Fp%2F140650%2FRecruitee%2Freviews&amount=25"
  • Raw
GET /api/v1/reviews?apikey={{token}}&url=https%3A%2F%2Fwww.capterra.com%2Fp%2F140650%2FRecruitee%2Freviews&amount=25 HTTP/1.1
Host: app.reviewapi.io
...

Response

  • Success
{
    "id": "kzPdyP7bQr",
    "state": "queued",
    "url": "https://reviewapi.lan/api/v1/batches/kzPdyP7bQr", 
    "jobs": [
       "kQBeXDWeyK"
    ]
 }
  • Error
{
    "error":"Not enough requests."
}

Regex

[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}

Example API key

da3ec69e-bdc3-8f07-b5e3-6521c026d4be