Mobile Home Park
Search Listings API
GET
https://api.dataextractorpro.com/listing
⚡ 1 Credit
Search mobile home park listings using location-aware filters and structured query parameters. Ideal for powering directories, marketplace search, and real estate discovery tools.
Overview
This API endpoint allows programmatically extracting clean, structured data for Mobile Home Park.
Authentication
Include your API key in the request header:
x-api-key: YOUR_API_KEY
Request Parameters
Code Examples
Error Responses
400
Invalid Parameters
One or more required parameters are missing or invalid.
{
"status": "error",
"message": "Parameter 'q' is required"
}
401
Unauthorized
Invalid or missing API key in x-api-key header.
{
"status": "error",
"message": "Invalid API key"
}
429
Rate Limit / Quota Exceeded
API key usage quota has been exhausted.
{
"status": "error",
"message": "Usage limit reached"
}
500
Internal Server Error
An unexpected server error occurred during extraction.
{
"status": "error",
"message": "Internal extraction error"
}