> ## Documentation Index
> Fetch the complete documentation index at: https://enrich-docs.dealmachine.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> DealMachine Property Enrichment API for CRM integrations

# Property Enrichment API

The DealMachine Property Enrichment API provides real-time property and owner data lookup for CRM integrations like Salesforce, HubSpot, and custom applications.

## What You Can Do

<CardGroup cols={1}>
  <Card title="Property Lookup" icon="house" href="/api-reference/property-lookup">
    Look up property details and owner contact information by address
  </Card>
</CardGroup>

## Key Features

* **Address-based lookup**: Search by street, city, state, and ZIP code
* **Owner contact data**: Phone numbers, email addresses, and mailing addresses
* **Property details**: Bedrooms, bathrooms, square footage, year built, and more
* **Valuation data**: Estimated value, assessed value, equity information
* **Status flags**: Owner-occupied, vacant, foreclosure, tax delinquent, and more

## Base URL

All API requests should be made to:

```
https://dealmachine.com
```

## Rate Limits

API access is metered on a monthly basis. Your monthly request limit is determined by your subscription plan and resets on your billing cycle date.

| Header                  | Description                                  |
| ----------------------- | -------------------------------------------- |
| `X-RateLimit-Limit`     | Your monthly request limit                   |
| `X-RateLimit-Remaining` | Requests remaining in current billing period |
| `X-RateLimit-Reset`     | Date when your limit resets (YYYY-MM-DD)     |

When you reach 90% of your monthly limit, responses will include a `usage` object with a warning message.

## Need Help?

Contact our support team at [support@dealmachine.com](mailto:support@dealmachine.com) for assistance with API integration.
