get_user_reviews
Retrieve user reviews for a Steam game using its App ID. Includes review content, author details, votes, playtime, and timestamps, with filters for positive or negative reviews.
Instructions
게임의 사용자 리뷰를 조회합니다.
반환 데이터: 각 리뷰의 작성자(author, Steam ID 포함), 내용(content), 추천 수(votes_up), 비추천 수(votes_down), 총 플레이시간(author.playtime_forever), 작성일(timestamp), 리뷰 길이 등을 포함합니다.
사용 예시: app_id=730, review_type="all", count=10
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | 반환할 리뷰 수입니다. 최대 100개까지 가능합니다. | |
| app_id | Yes | 리뷰를 조회할 게임의 Steam App ID입니다. | |
| review_type | No | 리뷰 필터입니다. 'all'=전체, 'positive'=긍정, 'negative'=부정 | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |