Second example: suppose you asked to find 80 posts with comments, then:
The approximate cost of the request will be 7 + 80 * 7 = 567 mentions
7 charged per search query
80 is the number of posts
7 – the cost of a post with 70 comments
If only 50 posts have been found, 20 of which had no comments, and 30 posts had 60 comments per each, then:
The estimated cost of the request will be 7 + 20 * 1 + 30 * 6 = 207 mentions
7 charged per search query
20 * 1 is the cost of 20 posts without comments
30 * 6 – the cost of 30 posts with 60 comments
You can also use our cost
calculator for approximate mentions computing. Just enter which data you would like to receive and in what volume. As a result, you will get the total mentions value.