Facebook Posts Scraper avatar
Facebook Posts Scraper

Pricing

$29.99/month + usage

Go to Store
Facebook Posts Scraper

Facebook Posts Scraper

Developed by

Jan Danecki

Jan Danecki

Maintained by Community

Scrap Facebook posts fast and easy. This actor is a lightweight version of the Facebook Posts actor. It is designed to be fast and efficient, so it can extract a large number of events for low price. It is also less likely to be blocked by Facebook.

5.0 (1)

Pricing

$29.99/month + usage

13

Total users

681

Monthly users

56

Runs succeeded

>99%

Last modified

6 months ago

ZH

Input form URLs are parsed char by char, instead of line by line

Closed

zhicong opened this issue
a year ago

Running the Actor with input URLs submitted via the form fields, instead of by uploading a text file, fails with no results returned. Looking in the logs, I can see that this is because the input URLs aren't being parsed properly.

For example, with the default "https://www.facebook.com/facebook" input:

2024-06-01T05:27:47.781Z INFO Error getting response. Invalid URL 'f': No scheme supplied. Perhaps you meant https://f?
2024-06-01T05:27:47.807Z INFO Error getting response. Invalid URL 'a': No scheme supplied. Perhaps you meant https://a?
2024-06-01T05:27:47.838Z INFO Error getting response. Invalid URL 'c': No scheme supplied. Perhaps you meant https://c?
2024-06-01T05:27:47.864Z INFO Error getting response. Invalid URL 'e': No scheme supplied. Perhaps you meant https://e?
2024-06-01T05:27:47.891Z INFO Error getting response. Invalid URL 'b': No scheme supplied. Perhaps you meant https://b?
2024-06-01T05:27:47.917Z INFO Error getting response. Invalid URL 'o': No scheme supplied. Perhaps you meant https://o?
2024-06-01T05:27:47.956Z INFO Error getting response. Invalid URL 'o': No scheme supplied. Perhaps you meant https://o?
2024-06-01T05:27:47.982Z INFO Error getting response. Invalid URL 'k': No scheme supplied. Perhaps you meant https://k?
...
danek avatar

Hello, thanks for issue. I'm working on solution

danek avatar

Fixed