get_interest_suggestions
Generate targeted interest suggestions for Meta Ads campaigns based on existing interests to expand audience reach and improve ad targeting precision.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interest_list | Yes | ||
| access_token | No | ||
| limit | No |