Facebook Comments PPR avatar
Facebook Comments PPR

Pricing

$0.50 / 1,000 comments

Go to Store
Facebook Comments PPR

Facebook Comments PPR

Developed by

Jan Danecki

Maintained by Community

Scrap Facebook comments fast and easy. It is designed to be fast and efficient, so it can extract a large number of comments for low price. It is also less likely to be blocked by Facebook.

1.0 (1)

Pricing

$0.50 / 1,000 comments

7

Monthly users

40

Runs succeeded

>99%

Response time

1.7 days

Last modified

3 months ago

andryerica avatar

Key " Maximum charged results "

Closed

Åndry RL (andryerica) opened this issue
3 months ago

how to specify the number of comments to scrape please? i use python but i can't find this key

danek avatar

you can use Maximum charged results in apify run settings

andryerica avatar

but how do I put it in this code? In the key run_input

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your API token
4client = ApifyClient("<YOUR_API_TOKEN>")
5
6# Prepare the Actor input
7run_input = { "post_id": "pfbid02BzYRNmoznsZjci5FuztPUb9mKd9ameNVYSBweaBEvb8oEzSMjcs8nbXnMkYA5Benl" }
8
9# Run the Actor and wait for it to finish
10run = client.actor("dZoIFO1qTxGTq99uR").call(run_input=run_input)
11
12# Fetch and print Actor results from the run's dataset (if there are any)
13for item in client.dataset(run["defaultDatasetId"]).iterate_items():
14    print(item)
danek avatar

yea, I see that apify documentation is not perfect... I added max_comments parameter, so you can use it as run_input

Pricing

Pricing model

Pay per result 

This Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.

Price per 1,000 items

$0.50