agentKey |
unique identifier for the agent |
string |
NULLABLE |
hasProPlus |
whether the agent has a pro plus account |
boolean |
NULLABLE |
reviewCount |
the number of reviews the agent has |
number |
NULLABLE |
companyName |
the name of the agent's company |
string |
NULLABLE |
city |
the agent's city |
string |
NULLABLE |
state |
the agent's state |
string |
REQUIRED |
zip |
the agent's zip code |
string |
NULLABLE |
isVerified |
whether the agent is verified |
boolean |
NULLABLE |
buyerDealCount |
the number of buyer deals the agent has |
number |
NULLABLE |
sellerDealCount |
the number of seller deals the agent has |
number |
NULLABLE |
yearsExperience |
the number of years the agent has been in the industry |
number |
NULLABLE |
closedSales |
the number of closed sales the agent has |
number |
NULLABLE |
totalValue |
the total value of the agent's sales |
number |
NULLABLE |
minimumDealValue |
the minimum value of the agent's sales |
number |
NULLABLE |
maximumDealValue |
the maximum value of the agent's sales |
number |
NULLABLE |
averageDealValue |
the average value of the agent's sales |
number |
NULLABLE |
officeKey |
the unique identifier for the agent's office |
string |
NULLABLE |
isMember |
whether the agent is a member |
boolean |
NULLABLE |
pageNotFound |
whether the agent's page was not found (some pages may be taken down over time) |
boolean |
NULLABLE |
dateCollected |
The date that the data was collected |
timestamp |
REQUIRED |
dateRepresented |
The date that the data in this row represents. This is not necessarily the date the data was collected (e.g. pulling from web archives) |
timestamp |
REQUIRED |
attemptID |
The attemptID of the task that produced this row |
string |
REQUIRED |
invocationID |
Also known as run ID. The invocationID is associated with a full run written to production |
string |
REQUIRED |
taskID |
The unique identifier of the task that produced this row - can be from a chain or write task |
string |
REQUIRED |