home > support > API > Marketplace API > API: tour search
| Purpose | Create a search results page, a page listing all tours or a category page | |
|---|---|---|
| Notes | Can be used as a keyword search OR as a geographic search (with results ordered by proximity to a geocode) or a combination of both. No paramaters are mandatory | |
| REST info | Call | /p/tours/search /c/tours/search |
| Formats | XML | |
| Example | /p/tours/search.xml?lat=56.82127&long=-6.09139&k=walking | |
| Verb | GET | |
| Code |
PHP examples use the PHP Client Library with SimpleXML Description
Parameters
Example
C# examples use the .Net Client Library Overload list
Parameters
Example
VB examples use the .Net Client Library Overload list
Parameters
Example
|
|
| Parameter | Notes |
|---|---|
| tour_id | Limit the results to a set list of Tours by passing in a list of IDs. Perhaps useful if presenting a list of the alternative tours returned by Tour Show with more detail than returned directly by that API. tour_id=10 (Tour ID 10 only) tour_id=10,12,15 (Tour IDs 10, 12 and 15 only) NB: Only works if searching in a specific Channel (e.g. an Operator/Supplier on their own site, or an Agent listing Tours from a certain Channel). |
| booking_style | Set to booking to only return Tours from Channels (Operators) that take confirmed online bookings (e.g. will ignore Tours from any Channels who take online "bookings" as an Enquiry or Quotation stage of the process) |
| k | Keyword - matches against Tour name, Location, Short description, Summary |
| k2 | Keyword #2 (When used with k will be OR) |
| k3 | Keyword #3 (When used with k and k2 will be OR) |
| k_type | Set k_type=AND to make k, k2, k3 work as an AND (default is OR) |
| location | Search by "Primary location" text field (Part matches permitted) |
| lat | Latitude of search point |
| long | Longitude of search point |
| geo_type | Set to end to search tour end point. By default will search tour start point |
| geo_unit | Set to km to set unit for proximity search to kilometres. By default will be miles |
| geo_distance | Define distance for proximity search. Default 50 |
| has_sale | By default will only return tours that have at least one bookable date in the future. Set to all to return all tours |
| has_offer | Set to 1 to return just tours with special offers / deals available. Combine with start_date_start and start_date_end to return tours with special offers available during a certain range of start dates, e.g. Christmas offers or School holiday offers. |
| has_sale_month | e.g. has_sale_month=1,2 to return products with something on sale EITHER in January OR February. Can be multiple or just a single month. Use this to create a basic availability search |
| 404_tour_url | TourCMS checks the Product page URLs stored for each tour accessible via the API, by default only products with working Product page URLs will be returned. Set this parameter to override that behaviour: error - Return just those tours that are returning errors, handy if you are a tour operator / supplier and want to fix your URLs. all - Return all tours, regardless of whether their Product page URL is returning an error or not. Handy if you are building an entirely API driven website, or perhaps a mobile app, and have no need to link through to the supplier website for full details. |
| start_date | Check availability on a specific date, date format YYYY-MM-DD |
| start_date_start start_date_end | Check availability on a range of start dates, date format YYYY-MM-DD |
| between_date_start between_date_end | Check availability where start date is after between_date_start and end date is before between_date_end, date format YYYY-MM-DD. Only use this when dealing with searches for multi-day product that starts and ends between a pair of dates, otherwise use start_date_start and start_date_end |
| duration_min duration_max | Search by tour duration (Days) |
| price_range_min | Minimum "From" price. Defaults to USD, use price_range_currency to specify a different currency to base ranged search on. |
| price_range_max | Maximum "From" price. Defaults to USD, use price_range_currency to specify a different currency to base ranged search on. |
| price_range_currency | Currency to base min/max price range searches on, defaults to USD. TourCMS will return prices in their original currency, however internally all prices plus the min/max range are converted to USD (using exchange rates from multiple sources) for range and ordering purposes. Due to this conversion, actual ranges may vary slightly |
| min_priority | Minimum commercial priority. Set to medium to return either Medium or High priority tours, set to high to return only High priority tours only - perhaps to build a "Featured Tours". |
| country | Search by country - two letter ISO country code |
| not_country | EXCLUDE results featuring this country - two letter ISO country code |
| not_accom | Set to 1 to EXCLUDE tour that include accommodation (Product types 1 & 3) Handy if you are featuring tours / activities on a hotel website |
| accom | Set to 1 to ONLY RETURN products that include accommodation (Product types 1 & 3) Handy if you are featuring hotels on a tour/activity website |
| accomrating | Search by accommodation rating - comma separated list e.g. to just search for comfortable/basic products search for accomrating=4,5 |
| product_type | Search by product type - comma separated list e.g. to just search for products with accommodation search for product_type=1,3 |
| grade | Search by grade - comma separated list e.g. to just search for extreme/challenging products search for grade=4,5 |
| suitable_for_solo ¶ | Find Tours suitable for solo travellers (by setting to 1) or NOT suitable for solo travellers (by setting to 0) |
| suitable_for_couples ¶ | Find Tours suitable for couples (by setting to 1) or NOT suitable for couples (by setting to 0) |
| suitable_for_children ¶ | Find Tours suitable for children (by setting to 1) or NOT suitable for children (by setting to 0) |
| suitable_for_groups ¶ | Find Tours suitable for groups (by setting to 1) or NOT suitable for solo travellers (by setting to 0) |
| suitable_for_students ¶ | Find Tours suitable for students (by setting to 1) or NOT suitable for students (by setting to 0) |
| suitable_for_business ¶ | Find Tours suitable for business travellers (by setting to 1) or NOT suitable for business travellers (by setting to 0) |
| suitable_for_wheelchairs ¶ | Find Tours suitable for wheelchairs (by setting to 1) or NOT suitable for wheelchairs (by setting to 0) ¶ The seven suitable_for_ fields are new to TourCMS and may not be fully populated by all Channels (Tour Operators) yet, thus they may not be reliable currently. They will be made mandatory shortly at which point they can be relied on. |
| currency | Search by currency - three letter upper case currency code (USD / EUR / GBP etc) (Only bring back products selling in a particular currency. This is a filter to reduce products shown not an application of an exchange rate) |
| lang | Language: By default will return all products. If you just want English set to en |
| video_service | Optionally search for only tours that have a video, or have a video hosted by a particular service. By default TourCMS will return all tours regardless of whether they have video or not, override this by passing: all - Just tours with videos (hosted anywhere) vimeo - Just tours with videos hosted by Vimeo youtube - Just tours with videos hosted by YouTube |
| order |
Default orderBy default the results are returned in descending commercial priority followed by tour performance order, next bookable date order, "display points" value and finally alphabetically by tour name.If carrying out a proximity search the default ordering will by distance to the search point, closest first.
Alphabetical: Set order=tour_name |
| qc | Enable/disable "Quality control". Quality control can be switched on/off (default is off) within the Agent control panel and also overriden using this querystring parameter. Note: This setting has no impact when a tour operator uses this API method on their own website. Quality control explanation: If you are a web affiliate sending traffic through to the suppliers website then turn qc=on to only return tours where TourCMS is confident web tracking of bookings is in place. If - rather than sending traffic to the suppliers website - you are using the API to input web bookings or enquiries then you don't need to worry about leakage via insufficient web tracking, hence can leave the quality control off. Also ensures tours meet certain image and description length criteria. |
| per_page | Number of results to return per page. Default is 75. Max is 200 |
| page | Integer for which page number to return. Default is page 1 |
| If API called by Tour Operator (not Marketplace Agent) | |
| category ANDcategory ORcategory NOTcategory | Tour Operators / Suppliers can define product Categories to aid grouping their products into Product filters (collections) for internal use in reporting, or for grouping products on their website. Learn more. Example Categories might include "Activity type" (with possible values of "Rafting", "Mountain Biking", "Hiking") or for Hotel type products you might have "Accommodation rating" (with possible values of "5 Star", "3 Star" or "Boutique"). There are three parameters that can be used to search these. If searching just a single category then any of the parameters can be used, however the most logical would be category, e.g to search for Rafting use the following... category=Rafting ...to search for either Rafting OR Hiking... ORcategory=Rafting|Hiking ...to search for Tours that contain both Rafting AND Hiking... ANDcategory=Rafting|Hiking NOTcategory, can be used to tell TourCMS which products to exclude from the results,for example to search for all products that feature Rafting but not Hiking.... category=Rafting&NOTcategory=Hiking |
As described in the table above there are two parameters (k and k2) that can be used to search Tours by keyword, here are a few examples of their use:
Keyword searching is NOT case-sensitive.
| XML Node | Notes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| request | Confirmation of the request that you sent | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| error | Any error message returned, if there is no error this will just contain the text OK | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| total_tour_count | Total number of tours returned by the search (i.e. not just the number on this page) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tour |
There will be one tour node for each result on this page. Each tour node contains the following child nodes.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Search near a geographic point (in Scotland) filtering by keyword (Walking) This returns walking tours in Scotland, ordered by distance to the search point (Miles) Look at the distance field to see how far away from the point the tour starts from
/p/tours/search.xml?lat=57.19437&long=-3.828825&k=walking
Access the same tour search API method via a JavaScript widget. Information about widgets
1 tour© 2003-2013 Travel UCD Limited. All rights reserved. TourCMS® is a registered trademark of Travel UCD Limited, United Kingdom. View Privacy policy.