Tools (8)
Page Info
Fetch information for a page like followers and many more
Comments
Fetch comments for a given feedbackId (returned in the post endpoint). For pagination the optional query parameter "after" can be used by including "comments.data.feedback.page_info.end_cursor" from the previous response.
Healthcheck
Checks health status of Axesso Facebook API
Posts V2
The V2 endpoint retrieves posts from a specified Facebook page. Use the "pageId" parameter to select the page and "cursor" for pagination. Optionally, use "startTime" as a date filter to retrieve posts starting from the specified time and including all older posts.
Hashtag Search (Deprecated)
Search public posts including passed hashtag. Due to Facebook restriction on public posts, you can only retrieve the first found post of an Hashtag.
Post Details
Fetch post details for a single post including videos and reels.
Posts
Query posts by providing url e.g. https://www.facebook.com/longhornsteakhouse/. In the response the field "nextUrl" have to passed to the next request to fetch the next posts.
Reels
fetch reels for provided profile. Use "cursor" field from response for pagination