← Back to all apps

Paardplaats Horse Finder

Shoppingby PaardPlaats
Launched Mar 11, 2026 on ChatGPT

Paardplaats Horse Finder helps buyers find the right horse using advanced, structured filtering. Search by discipline, age, budget, level, and suitability to quickly narrow down the best matches.

Paardplaats.nl is a Dutch online equestrian marketplace.

2ChatGPT Tools
PaardPlaatsDeveloper
ShoppingCategory

Available Tools

Get Filter Options

get_filter_options
Full Description

Retrieve ALL available filter options — categories, breeds, genders, colors, levels, and countries — as lists of {id, name, slug} objects. ALWAYS call this tool first when the user mentions any breed, category, gender, color, level, or country by name so you can resolve the name to its numeric ID. Never pass filter IDs to search_listings without first confirming them here.

Parameters (0 required, 1 optional)
Optional
localestring

Language for returned labels. Defaults to en-GB.

Options:nlen-USen-GB

Search Horse Listings

search_listings
Full Description

Search Paardplaats horse advertisements with optional filters. Results are displayed as an interactive card widget (10 per page). ALL *_ids parameters require numeric IDs — call get_filter_options first to resolve names to IDs. Use 'page' to paginate.

Parameters (0 required, 19 optional)
Optional
breed_idsarray

Filter by breed. Must be numeric IDs obtained from get_filter_options. Example: to filter by 'KWPN', call get_filter_options, find 'KWPN' in breeds, and pass its id here. Never guess breed IDs.

category_idsarray

Filter by category. Must be numeric IDs obtained from get_filter_options. Example: to filter by 'Horse', call get_filter_options, find 'Horse' in categories, and pass its id here.

color_idsarray

Filter by coat color (e.g. bay, black, chestnut). Must be numeric IDs from get_filter_options colors list.

country_idsarray

Filter by country of the seller. Must be numeric IDs from get_filter_options countries list.

gender_idsarray

Filter by gender (e.g. mare, gelding, stallion). Must be numeric IDs from get_filter_options genders list.

latitudenumber

Latitude for proximity search. Requires longitude and range_km.

level_idsarray

Filter by training/competition level. Must be numeric IDs from get_filter_options levels list.

localestring

Display language and Accept-Language header sent to the API. Defaults to en-GB.

Options:nlen-USen-GB
longitudenumber

Longitude for proximity search. Requires latitude and range_km.

max_ageinteger

Maximum horse age in years (inclusive).

max_heightinteger

Maximum height in centimetres (inclusive).

max_pricenumber

Maximum asking price in euros (inclusive).

min_ageinteger

Minimum horse age in years (inclusive).

min_heightinteger

Minimum height in centimetres (inclusive).

min_pricenumber

Minimum asking price in euros (inclusive).

pageinteger

Zero-based page number for pagination. Defaults to 0.

Default: 0
price_modesarray

Filter by pricing type. Valid values: FIXED, NEGOTIABLE, ON_REQUEST, AUCTION. These are literal strings, not IDs — no lookup required.

range_kminteger

Search radius in kilometres around the given latitude/longitude.

sort_bystring

Sort order for results. Defaults to LATEST.

Options:LATESTPRICE_ASCPRICE_DESCAGE_ASCAGE_DESC
Default: LATEST