Machinery Trader

Get Listings API

GET https://api.dataextractorpro.com/listing ⚡ 1 Credit

Fetch Machinery Trader equipment listings based on supported search, category, location, and filter parameters. The response can include key listing data such as equipment title, price, location, dealer information, images, and listing URLs.

Overview

This API endpoint allows programmatically extracting clean, structured data for Machinery Trader.

Authentication

Include your API key in the request header:

x-api-key: YOUR_API_KEY
Request Parameters
Parameter Type Required Description & Allowed Values Try Parameter
url
url
text Required
url
sort
sort
select Optional
sort
Allowed Values: best_match price_low_to_high price_high_to_low year_low_to_high year_high_to_low hours_low_to_high hours_high_to_low manufacturer +5 more
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"
}