Search Facebook Places
meta_search_placesSearch Facebook Places by name, coordinates, or category to retrieve place IDs for tagging on Facebook, Instagram, and Threads.
Instructions
Searches for Facebook Places (locations) by name or coordinates.
Use this to get a location_id for tagging posts, Instagram photos, or Threads.
Args:
q (string, optional): Search query (e.g., "Central Park", "Starbucks NYC")
center (string, optional): Latitude,longitude center point (e.g., "40.7829,-73.9654")
distance (number, optional): Search radius in meters (default: 1000, max: 50000)
limit (number): Max results (1–100, default 20)
categories (string[], optional): Filter by category — e.g., ["FOOD_BEVERAGE", "HOTEL_LODGING", "SHOPPING_RETAIL"]
Returns: Place IDs, names, addresses, and coordinates.
Note: Provide at least q or center. Both can be combined for location-aware name search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query | |
| center | No | Lat,lng (e.g., '40.7829,-73.9654') | |
| distance | No | Search radius in meters | |
| limit | No | ||
| categories | No | Category filters | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |