Open jgable opened 2 years ago
@jgable Thank you for adding a new API request ๐
Note that below is just an example to understand your request better๐
{
"title": "Notion",
"thumbnail": "URL",
"rating": 4.5,
"reviews": 948,
"discussions": 12,
"discussions_link": "URL",
"claimed": true,
"description": "description",
"features": "features",
"website": "URL",
"languages_supported": [
"english",
"spanish",
"japanese"
],
"seller_details": [
{
"detail_1": "1",
"detail_2": "2",
"detail_3": "3"
}
],
"overview_by": "user",
"pricing": {},
"videos": {},
"screenshots": {},
"top_industries_represented": {},
"users_rating_overview": {},
"app_comparisons": {},
"top_alternatives": {}
}
users_rating_overview
:
{
"name": {},
"job_title": {},
"business_size": {},
"thumbnail": {},
"badges": {},
"rating": {},
"date": {},
"review": [
{
"short_quote": {},
"comment": [
{
"question": {},
"answer": {}
}
]
}
]
}
Thank you๐ฑโ๐
HI @dimitryzub ๐
We are interested in both product information and the individual reviews. We don't mind if they are available via different API endpoints.
The product info response looks good as a start. One thing we would add is the categories for the product:
The review response also looks good. We're particularly interested in the raw text for the question/answer part.
We are interested in support for getting g2.com product results and reviews.
Search is available from the home page or g2.com/search
Product details (https://www.g2.com/products/notion/reviews#details)
Product reviews (https://www.g2.com/products/notion/reviews#reviews)