Gowri
Gowri

Reputation: 1856

Facebook ads insights api

I need to pull all the interests in facebook ads insights like.

Using graph api I can get particular user interests but I want all the interests that are in facebook.

Is there any api to get all the interests?

Upvotes: 2

Views: 606

Answers (2)

andres torres
andres torres

Reputation: 41

You can query the api to the targeting options for a campaign and it returns all the nodes for interests.

The endpoint is:

graph.facebook.com/{api-version}/act_{ad-account-id}/targetingbrowse?limit_type=interests&acess_token={access_token}

Upvotes: 0

Roemer
Roemer

Reputation: 3576

No. You can't extract the full interest database of Facebook. You should use the API per interest.

Upvotes: 2

Related Questions