1. Help Center
  2. API
  3. Mohawk API (deprecated)

Data Dictionary (Mohawk Schema)

Descriptions of the fields available through the Mohawk Automation (API).

Data Selection

To better understand what data is exposed, we give a short description of our data schema (fields that are exposed automatically through the Mohawk Automation (API)).

When no selection is made, all items are automatically returned. However, the developer has the option to select one of the fields individually by passing it to the API. You use the "select":None or a specific selection, for an example see below.

Python:

url = "https://api.mohawkanalytics.com/classifiedads/gb/v1/free_text"

headers = {"API-Key": "<YOUR_API_KEY>"}
data = {'free_text':'gucci bag', "limit": 20, "select": 'mohawk_search'}

resp = requests.post(url,data=data, headers=headers)

Data Schema

field name

expected data type

description

published_estimated

date

Best estimate of the published date.

license_plate_number

text

Canonised license plate.

telephone

number

Canonised telephone number.

email

text

Email address of the seller of the classified ad contents.

author

text

Author of the original classified ad.

author-uri

url

Link to the author's account page when available.

price

number

Price for the item sold in the classified ad.

url

text

Link to the original classified ad (might not be online and/or publicly available at the time of retrieval).

category

text

Category classification of the original classified website.

name

classified ads name

Name of the classified ad.

page-title

classified ads title

Page title for the classified ad.

text

text

Main body of the original classified ad.

location

geo location

Address and or geolocation of the item for sale in the classified ad.

classifiedads_id

url

Unique item ID.

image_url

list of urls

List of urls linking to images linked to the classified ads.

vin

text

Vehicle Identification Number.

Mohawk_search

url

Deep-link linking back to the UI and allows for direct visual inspection of the search results.