Giter VIP home page Giter VIP logo

marketcheck_api_sdk_python's Introduction

marketcheck-api-sdk

Access the New, Used and Certified cars inventories for all Car Dealers in US.
The data is sourced from online listings by over 44,000 Car dealers in US. At any time, there are about 6.2M searchable listings (about 1.9M unique VINs) for Used & Certified cars and about 6.6M (about 3.9M unique VINs) New Car listings from all over US. We use this API at the back for our website www.marketcheck.com and our Android and iOS mobile apps too.

Few useful links :

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 1.0.3
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.PythonClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import marketcheck_api_sdk 

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import marketcheck_api_sdk

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function
import time
import marketcheck_api_sdk
from marketcheck_api_sdk.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = marketcheck_api_sdk.CRMApi(marketcheck_api_sdk.ApiClient(configuration))
vin = 'vin_example' # str | vin for which CRM check needs to be done
sale_date = 'sale_date_example' # str | sale date after which listing has appeared or not
api_key = 'api_key_example' # str | The API Authentication Key. Mandatory with all API calls. (optional)

try:
    # CRM check of a particular vin
    api_response = api_instance.crm_check(vin, sale_date, api_key=api_key)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling CRMApi->crm_check: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://marketcheck-prod.apigee.net/v1

Class Method HTTP request Description
CRMApi crm_check GET /crm_check/{vin} CRM check of a particular vin
DealerApi dealer_search GET /dealers Find car dealers around
DealerApi get_dealer GET /dealer/{dealer_id} Dealer by id
DealerApi get_dealer_active_inventory GET /dealer/{dealer_id}/active/inventory Dealer inventory
DealerApi get_dealer_historical_inventory GET /dealer/{dealer_id}/historical/inventory Dealer's historical inventory
DealerApi get_dealer_landing_page GET /dealer/{dealer_id}/landing Experimental: Get cached version of dealer landing page by dealer id
DealerApi get_dealer_ratings GET /dealer/{dealer_id}/ratings Dealer's Rating
DealerApi get_dealer_reviews GET /dealer/{dealer_id}/reviews Dealer's Review
FacetsApi get_facets GET /facets Facets
GraphsApi get_price_miles_plot_data GET /plots Price, Miles plots data for given criteria
HistoryApi history GET /history/{vin} Get a cars online listing history
InventoryApi get_dealer_active_inventory GET /dealer/{dealer_id}/active/inventory Dealer inventory
InventoryApi get_dealer_historical_inventory GET /dealer/{dealer_id}/historical/inventory Dealer's historical inventory
ListingsApi get_listing GET /listing/{id} Listing by id
ListingsApi get_listing_extra GET /listing/{id}/extra Long text Listings attributes for Listing with the given id
ListingsApi get_listing_media GET /listing/{id}/media Listing media by id
ListingsApi get_listing_vdp GET /listing/{id}/vdp Get listing HTML
ListingsApi get_summary_report GET /vin_report_summary Get Summary Report
ListingsApi search GET /search Gets active car listings for the given search criteria
MarketApi get_averages GET /averages [MOCK] Get Averages for YMM
MarketApi get_comparison GET /comparison Compare market
MarketApi get_competition GET /competition Competitors
MarketApi get_depreciation GET /depreciation Depreciation
MarketApi get_mds GET /mds Market Days Supply
MarketApi get_popularity GET /popularity Popularity
MarketApi get_sales_count GET /sales Get sales count by make, model, year, trim or taxonomy vin
MarketApi get_trends GET /trends Get Trends for criteria
VINDecoderApi decode GET /vin/{vin}/specs VIN Decoder
VINDecoderApi get_economy GET /economy Get Economy based on environmental factors
VINDecoderApi get_efficiency GET /fuel_efficiency Get fuel effeciency
VINDecoderApi get_safety_rating GET /safety Get Safety Rating

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author

marketcheck_api_sdk_python's People

Contributors

maheshhakeem avatar navarretedaniel avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.