Nationaltrust: Search Places
Nationaltrust via Parse · travel
Search for National Trust places near geographic coordinates. Returns places sorted by distance from the given point within a configurable radius. Each result includes basic info and a website_url_path for use with the get_place_details endpoint. When latitude and longitude are provided, results are proximity-sorted; when only location text is provided, results match by name. Search National Trust places near a location and retrieve opening times, facilities, and accessibility details for each place. Fulfilled by Parse from www.nationaltrust.org.uk.
- entertainment
- maps-geo
- nationaltrust
- parse
- platform-key
- travel
- www-nationaltrust-org-uk
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/92c3cbb6-8ac7-4acf-a4cb-d737aa785309/search_places
- Interface artifact
- sha256:383bd997cdf48c15303ff14b71b4882fdb9e1d94a276530a7524b2756f21d3d8
- Manifest digest
- sha256:201d68271c91306326c064c8d1fdc09b23ebfb2022471756e6d51d902e01f67b
Request fields
- limit (integer): Maximum number of places to return.
- latitude (string): Latitude of the search centre point as a decimal string (e.g. '51.5072178').
- location (string): Location name or search text (e.g. 'London', 'Bath'). Used as a query label when coordinates are provided, or as a name-match filter when used alone.
- longitude (string): Longitude of the search centre point as a decimal string (e.g. '-0.1275862').
- miles_radius (integer): Search radius in miles from the centre point.
Example queries
- {"limit":"5","latitude":"51.5072178","location":"London","longitude":"-0.1275862","miles_radius":"50"}