get_interest_suggestions
Generate related interest suggestions from your existing interests to broaden Meta Ads targeting, including audience size and descriptions.
Instructions
Get interest suggestions based on existing interests.
Args: interest_list: List of interest names to get suggestions for (e.g., ["Basketball", "Soccer"]) access_token: Meta API access token (optional - will use cached token if not provided) limit: Maximum number of suggestions to return (default: 25)
Returns: JSON string containing suggested interests with id, name, audience_size, and description fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| access_token | No | ||
| interest_list | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |