dealmachine.com/api/* endpoints, including through an authenticated user session. Do not iterate paginated browser results for automated data collection.robots.txt. For HTTP 429, honor Retry-After before retrying. Do not retry requests disallowed by robots.txt.403 with code AUTOMATED_BROWSER_ACCESS_BLOCKED or automated_browser_access_blocked, it is a non-retryable policy denial. Stop browser requests, do not wait or retry, and switch to the DealMachine User API, CLI, or MCP.https://api.v2.dealmachine.com/v1, the DealMachine CLI, or the DealMachine MCP server. Follow all documented authentication, rate limit, and credit requirements.| File | URL | Description |
llms.txt | /llms.txt | Concise overview of the API: capabilities, auth, base URL, and links |
llms-full.txt | /llms-full.txt | Comprehensive reference with all endpoints, parameters, schemas, MCP tools, and CLI commands |
openapi.json | /api-reference/openapi.json | Full OpenAPI 3.1 specification |
/llms.txt to get a quick overview of capabilities and authentication/llms-full.txt for the complete endpoint reference with request/response schemas/api-reference/openapi.json for the formal OpenAPI spec (best for code generation)robots.txt file explicitly allows access to these files:1234User-agent: * Disallow: / Allow: /llms.txt Allow: /llms-full.txt