Get item details
get_item_detailsFull Description
Get detailed item information by item ID.
Parameters (1 required)
item_idstringUnique item identifier.
Use Gumtree in ChatGPT to search and view local listings. Browse matching results, compare key details, and open listings on Gumtree to continue with actions such as contacting sellers, posting ads, or completing transactions.
get_item_detailsGet detailed item information by item ID.
item_idstringUnique item identifier.
search_gumtree_itemsSearch Gumtree listings for physical goods by keyword, category, location, price range, and condition. Useful for finding second-hand vehicles and tangible goods in the UK. Do not use this tool for services, jobs, property, pets, subscriptions, digital goods, tickets, or other non-physical items. Supports filters such as:
The primary search keyword. If the user input is already in English, keep it unchanged. If the user input is in Chinese, translate it into concise English core nouns only. The keyword must NOT include:
Supported enum values only: ["cars-vans-motorbikes", "for-sale"] Automatically infer the most appropriate category based on user intent. Use "for-sale" only for approved physical-goods subcategories on Gumtree. Do not invent new categories.
City or region name, such as "London" or "Manchester". Leave empty if the user does not explicitly mention a location.
Minimum price extracted from the user's budget. Keep numeric values only. Price values are in GBP unless otherwise specified.
Maximum price extracted from the user's budget. Keep numeric values only. Price values are in GBP unless otherwise specified.
Search radius around the specified location. Used for nearby or local listings. Distance is measured in miles. Keep numeric values only.
Supported enum values only: ["good", "as_good_as_new", "new", "fair"] Infer condition from user intent when possible.
Examples:
Returns structured listing cards with relevant marketplace information, including:
core_keywordstringThe primary search keyword. Translate Chinese to concise English core nouns. Do NOT include locations, prices, adjectives, conditions, or filler words.
categorystringAutomatically infer the most appropriate category based on user intent. Use "for-sale" only for tangible goods.
cars-vans-motorbikesfor-saleconditionstringInfer condition from user intent (e.g. "brand new" -> "new", "used" -> "good").
goodas_good_as_newnewfairdistancenumberSearch radius around the specified location in miles. Used for nearby or local listings.
locationstringCity or region name, such as "London" or "Manchester". Leave empty if not explicitly mentioned.
max_pricenumberMaximum price extracted from the user's budget. Keep numeric values only. Price in GBP.
min_pricenumberMinimum price extracted from the user's budget. Keep numeric values only. Price in GBP.