Skip to main content
POST
/
api
/
irecommend
/
objects
/irecommend/objects
curl --request POST \
  --url https://api.anysite.io/api/irecommend/objects \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "object": "<string>",
  "timeout": 300
}
'
[
  {
    "alias": "<string>",
    "@type": "@irecommend_object",
    "name": "<string>",
    "type": "<string>",
    "brand": "<string>",
    "image": "<string>",
    "rating": 123,
    "review_count": 123,
    "recommend_like_count": 123,
    "recommend_dislike_count": 123,
    "category": "<string>",
    "breadcrumbs": [],
    "url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
object
string
required

Object alias ('dezodorant-old-spice-whitewater-stick-deodorant') or content page URL

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

"dezodorant-old-spice-whitewater-stick-deodorant"

"https://irecommend.ru/content/dezodorant-old-spice-whitewater-stick-deodorant"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

alias
string
required
@type
string
default:@irecommend_object
name
string | null
type
string | null
brand
string | null
image
string | null
rating
number | null
review_count
integer | null
recommend_like_count
integer | null
recommend_dislike_count
integer | null
category
string | null
breadcrumbs
IrecommendBreadcrumb · object[]
url
string | null