Find a place to tag on Threads
search_threads_locationsFind Threads location IDs by searching place names or coordinates. Use the ID to geotag posts to a physical business, solving the need to tag real-world venues.
Instructions
Search Threads’ public place index by name (or by latitude+longitude) and get location ids. Use this when the brand has a PHYSICAL location — a restaurant, salon, gym, store — so the post can be geotagged to it. Pass the chosen id as post_to_meta(locationId) with target:"threads".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | place name to search, e.g. "Osteria Francescana" | |
| latitude | No | latitude (use with longitude to search near a point) | |
| longitude | No | longitude |