KBB: Get Car Ratings
KBB via Parse · Automotive
Retrieve expert ratings for a specific vehicle identified by make, model, and year. Extracts rating data from KBB vehicle pages. Available rating fields vary by vehicle and may include expert_overall, overall_rating, performance, comfort, quality, reliability, styling, and value. Some vehicles may return an empty ratings object. Access vehicle data from Kelley Blue Book including year/make/model lookups, expert ratings, OBD-II diagnostic codes, and current lease deals. Fulfilled by Parse from kbb.com.
- automotive
- finance
- kbb
- kbb-com
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- Automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e0fde739-face-4146-af0b-8ddb1b14e20e/get_car_ratings
- Interface artifact
- sha256:196f698d35f63f841dedb566a4ed1f46bf73fbc59e43af32134379c315656891
- Manifest digest
- sha256:e0b5c6a5b0a95f3ce921faae9a6133b7aa485da6deefa5f14ef59c15e9c8161b
Request fields
- make (string, required): Make name in lowercase slug format (e.g. toyota, honda, ford).
- year (string, required): Vehicle model year (e.g. 2024).
- model (string, required): Model name in lowercase slug format (e.g. camry, civic, f-150).
Example queries
- {"make":"toyota","year":"2024","model":"camry"}