The Minter.io API allows you to extend the functionality of our social media analytics tool to manage and build powerful reporting for your unique business needs.
With our API you can access all your analytics data in Minter.io and integrate it into your own analytics dashboards, build custom reports or calculate business-specific metrics.
The API is available for Instagram profiles and hashtags, X/Twitter profiles and hashtags, Facebook pages, TikTok profiles and LinkedIn pages.
Access to the API is only available with our Agency plans.
Base url
https://api.minter.io/v1.0
The number of Interactions on Posts published at specific times of the day and days of the week.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/best_time
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/best_time?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
Shows the average engagement rate of posts published at specific times of day and days of the week.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/best_time_to_post
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/best_time_to_post?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/post_types
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/post_types?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/post_types/engaging
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/post_types/engaging?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The total number of Posts during a selected time range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/posts/count
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts/count?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Likes by Post Type during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/posts/likes
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts/likes?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of unique accounts that saved your post.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/posts/saves
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts/saves?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times Posts were shared during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/posts/shares
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts/shares?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times your video was viewed.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/posts/video_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts/video_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The total number of times your posts were seen.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/posts/impressions
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts/impressions?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times your profile was visited from your Posts during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/posts/profile_visits
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts/profile_visits?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times Posts were viewed by unique accounts during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/posts/reach
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts/reach?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
Calculated as the sum of Likes and Comments divided by the number of Posts, divided by the number of Followers.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/posts/post_eng_rate
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts/post_eng_rate?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
Calculated as the sum of all Likes and Comments divided by the number of Followers.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/posts/eng_rate
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts/eng_rate?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The average Reach Rate of Posts posted on the given day during the selected date range. The percentage of Followers who saw Posts.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/posts/reach_rate
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts/reach_rate?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The average Comment Sentiment Rate of Posts published during the selected date range. Sentiment Rate shows whether Posts Comments are positive, negative or neutral.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/posts/comments/sentiment
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts/comments/sentiment?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
A List of Posts.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
-
skip int
Page number.
-
order_by string
Sorting parameter. This can be 'engagemen_rate', 'likes', 'comments', 'shares', 'video_views', 'impressions', 'reach', 'profile_visits' or 'saved'.
-
count int
Number of posts per request. Max: 10,000.
GET /reports/{report_id}/instagram/posts
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/posts?date_from=2021-09-01&to_date=2021-10-01&unit=day&skip=0&order_by=engagemen_rate&count=24 \
-H "Authorization: Bearer ACCESS_TOKEN"
The average Reach Rate of Stories published at specific times of the day and specific days of the week. The darkest red area is the best time to post Stories for maximum reach.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/stories/best_time_to_post
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/stories/best_time_to_post?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
A List of Caption Mentions Posts.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
-
skip int required
Page number.
-
order_by string
Sorting parameter. This can be 'likes', 'comments' or 'most_recent'.
-
media_type string
Filtering parameter. This can be 'all', 'image', 'video' or 'carousel'.
-
count int
Number of posts per request. Max: 10,000.
GET /reports/{report_id}/instagram/mentions/posts
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/mentions/posts?date_from=2021-09-01&to_date=2021-10-01&unit=day&skip=0&order_by=likes&media_type=all&count=24 \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Posts on the Hashtag during a selected time range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/hashtag/posts/count
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/hashtag/posts/count?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The total number of posts with your Hashtag published during a selected time range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/instagram/hashtag/posts/change
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/hashtag/posts/change?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
A List of Posts.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
-
skip int required
Page number.
-
count int
Number of returned media. Max: 10,000.
GET /reports/{report_id}/instagram/hashtag/posts
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/hashtag/posts?date_from=2021-09-01&to_date=2021-10-01&unit=day&skip=0&count=24 \
-H "Authorization: Bearer ACCESS_TOKEN"
The average number of Posts per month compared with other Instagram accounts in this cohort.
URL Parameters
-
report_id string required
The ID of the report.
GET /reports/{report_id}/instagram/benchmarks/posts
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/instagram/benchmarks/posts \
-H "Authorization: Bearer ACCESS_TOKEN"
Shows the average engagement rate of Posts published at specific times of the day and days of the week. The darkest red is the best time for you to post.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/twitter/best_time_to_post
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/twitter/best_time_to_post?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The average Engagement Rate of Videos published at specific times of the day and days of the week.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/tiktok/best_time_to_post
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/tiktok/best_time_to_post?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times Page was liked during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/fans/count
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/fans/count?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The absolute increase or decrease in Fans during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/fans/change
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/fans/change?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Gained and Lost Fans during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/fans/gained_lost
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/fans/gained_lost?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The gender ratio of Fans during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/fans/gender
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/fans/gender?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The gender distribution of unique accounts who viewed your Page or content during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/audience/gender
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/audience/gender?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The distribution of Age of Fans during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/fans/age
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/fans/age?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The distribution of age of unique accounts who viewed your Page or content during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/audiece/age
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/audiece/age?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The countries of Fans during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/fans/countries
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/fans/countries?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The cities of Fans during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/fans/cities
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/fans/cities?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The canguage of Fans during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/fans/lang
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/fans/lang?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The times of the day and the days of the week when Fans were most active on Facebook during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/fans/online
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/fans/online?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Posts published during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/posts/count
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/posts/count?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Likes on Posts published during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/posts/likes
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/posts/likes?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Shares on Posts published during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/posts/shares
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/posts/shares?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times Videos published during the selected date range were viewed.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/posts/video_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/posts/video_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times Posts published during the selected date range were seen.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/posts/impressions
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/posts/impressions?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times Posts were viewed by unique accounts during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/posts/reach
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/posts/reach?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The sum of all Likes, Comments and Shares divided by the number of Posts and by the number of Fans on a given day during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/posts/post_eng_rate
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/posts/post_eng_rate?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The sum of all Likes, Comments and Shares divided by the number of Fans on a given day during the selected date range. The percent of Fans who interacted with any of Posts.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/posts/eng_rate
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/posts/eng_rate?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The average Reach Rate of Posts posted on the given day during the selected date range. The percent of Fans who saw Posts.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/posts/reach_rate
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/posts/reach_rate?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The sum of all Likes, Comments and Shares divided by Reach and by the number of Posts on a given day during the selected date range. Engagement Rate by Reach is the percent of unique accounts reached who interacted with Posts.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/posts/eng_rate_by_reach
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/posts/eng_rate_by_reach?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
Posts List
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
-
skip int required
Page number.
-
order_by string
Sorting parameter. This can be 'engagement_rate', 'likes', 'comments', 'shares', 'link_clicks', 'video_views', 'impressions', 'reach', 'eng_rate_by_reach', 'fan_change' or 'created_time'.
-
media_type string
Filtering parameter. This can be 'all', 'text', 'link', 'photo', 'video', 'reel', 'album' or 'note'.
-
count int
Number of posts per request. Max: 10,000.
GET /reports/{report_id}/facebook/page/posts
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/posts?date_from=2021-09-01&to_date=2021-10-01&unit=day&skip=0&order_by=engagemen_rate&media_type=all&count=24 \
-H "Authorization: Bearer ACCESS_TOKEN"
The average Engagement Rate of Posts published at specific times of the day and days of the week during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/best_time_to_post
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/best_time_to_post?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The distribution of Post Types during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/post_types
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/post_types?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The distribution of Post Types by the number of Interactions during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/post_types/engaging
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/post_types/engaging?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times Page was viewed during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/page_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/page_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The top referrering external domains sending traffic to Page during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/page_views_referrals
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/page_views_referrals?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times any content from Page or about Page was viewed during the selected date range. This includes Posts, Stories, Check-ins, Ads, Social Information from people who interacted with Page.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/page_impressions
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/page_impressions?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of people who viewed any content from Page or about Page during the selected date range. This includes Posts, Stories, Check-ins, Ads, Social Information from people who interacted with Page.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/page_reach
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/page_reach?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Clicks on links during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/page_link_clicks
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/page_link_clicks?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Clicks on Page's contact info and call-to-action button during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/page_total_actions
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/page_total_actions?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Mentions published during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/mentions/count
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/mentions/count?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Likes on Mentions during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/mentions/likes
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/mentions/likes?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Shares on Mentions during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/mentions/shares
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/mentions/shares?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of accounts who mentioned Page in their posts during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/mentions/contributors
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/mentions/contributors?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The average Mention Sentiment Rate during the selected date range. Sentiment Rate shows whether Mentions are positive, negative or neutral.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/mentions/sentiment
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/mentions/sentiment?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The languages of Mentions during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/facebook/page/mentions/lang
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/mentions/lang?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
Mentions List
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
-
skip int required
Page number.
-
order_by string
Sorting parameter. This can be 'engagement_rate', 'likes', 'comments', 'shares', 'fans' or 'tagged_time'.
-
count int
Number of posts per request. Max: 10,000.
GET /reports/{report_id}/facebook/page/mentions
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/facebook/page/mentions?date_from=2021-09-01&to_date=2021-10-01&unit=day&skip=0&order_by=engagemen_rate&count=24 \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Followers during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/followers/count
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/followers/count?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The absolute increase or decrease in Follower during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/followers/change
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/followers/change?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The countries of Followers during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/followers/countries
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/followers/countries?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The distribution of Followers gained during the selected date range by the industry they work in.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/followers/industries
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/followers/industries?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The distribution of Followers gained during the selected date range by their job function.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/followers/functions
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/followers/functions?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The distribution of Followers gained during the selected date range by their seniority level.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/followers/seniorities
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/followers/seniorities?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The distribution of Followers gained during the selected date range by the staff count of the companies they work in.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/followers/staff_count_ranges
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/followers/staff_count_ranges?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Posts published during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/posts/count
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/posts/count?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Likes on Posts published during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/posts/likes
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/posts/likes?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Shares on Posts published during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/posts/shares
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/posts/shares?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of Clicks on Posts published during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/posts/clicks
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/posts/clicks?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times Videos published during the selected date range were viewed.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/posts/video_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/posts/video_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times Posts published during the selected date range were seen.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/posts/impressions
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/posts/impressions?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of people who viewed Posts published during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/posts/reach
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/posts/reach?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The sum of all Likes, Comments, Shares and Clicks divided by the number of Posts and by the number of Followers on a given day during the selected date range. The percent of Followers who interacted with Posts.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/posts/post_eng_rate
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/posts/post_eng_rate?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The sum of all Likes, Comments, Shares and Clicks divided by the number of Followers on a given day during the selected date range. The percent of Followers who interacted with any of Posts.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/posts/eng_rate
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/posts/eng_rate?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
Posts List
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
-
skip int required
Page number.
-
order_by string
Sorting parameter. This can be 'engagement_rate', 'likes', 'comments', 'shares', 'clicks', 'video_views', 'impressions', 'follower_change' or 'created_time'.
-
count int
Number of posts per request. Max: 10,000.
GET /reports/{report_id}/linkedin/page/posts
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/posts?date_from=2021-09-01&to_date=2021-10-01&unit=day&skip=0&order_by=engagemen_rate&count=24 \
-H "Authorization: Bearer ACCESS_TOKEN"
The average Engagement Rate of Posts published at specific times of the day and days of the week during the selected date range. The darkest red is the best time to post.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/best_time_to_post
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/best_time_to_post?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times Page was viewed during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/page_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/page_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of people who viewed any content from Page or about Page during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/page_reach
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/page_reach?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times the Products tab was viewed during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/products_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/products_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times the Insights tab was viewed during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/insights_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/insights_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times the About tab was viewed during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/about_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/about_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times the Jobs tab was viewed during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/jobs_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/jobs_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times the People tab was viewed during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/people_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/people_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times the Overview tab was viewed during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/overview_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/overview_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times the Live At tab was viewed during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/live_at_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/live_at_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of times the Careers tab was viewed during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/careers_views
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/careers_views?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of clicks on Careers Page Jobs during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/jobs_clicks
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/jobs_clicks?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"
The number of clicks on Careers Page Employees during the selected date range.
URL Parameters
-
report_id string required
The ID of the report.
Query Parameters
-
date_from string required
The beginning of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
to_date string required
The end of the date range to get data for in yyyy-mm-dd format. This date is inclusive.
-
unit string required
This can be 'day', 'week', or 'month'. It determines the level of granularity of the data you get back.
GET /reports/{report_id}/linkedin/page/employees_clicks
curl https://api.minter.io/v1.0/reports/13fcaded87e0642b96d87225/linkedin/page/employees_clicks?date_from=2021-09-01&to_date=2021-10-01&unit=day \
-H "Authorization: Bearer ACCESS_TOKEN"