Corporate Skip
Corporate Skip pierces LLCs and other corporate entities to find the individuals behind them — the missing step when a property's owner of record is a company rather than a person.
POST/v2/CorporateSkip
Skip a corporate entity
Request attributes
- Name
company_name- Type
- string
- Description
Name of the corporate entity. Required.
- Name
city- Type
- string
- Description
City associated with the entity.
- Name
state- Type
- string
- Description
Two-character state code for the entity.
Request
POST
/v2/CorporateSkipcurl -X POST https://api.realestateapi.com/v2/CorporateSkip \
-H "x-api-key: $REALESTATEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"company_name": "Rocket Holdings LLC", "state": "CA"}'
The full response schema for this endpoint — every field and enum — lives in the canonical reference. That content has not been ported to this site yet.