Hi,
I'm aware that Facebook is the final boss of web scraping, but I'm hitting a brick wall here. I’ve figured out how to scrape the initial listings and capture the GraphQL requests/responses automatically generated by Facebook (playwright). What I’m trying to do is make it more efficient by crafting/replaying those GraphQL requests myself without having to load the page or scroll. But no matter how I craft the request, it always gets rejected.
Any tips or pointers from someone who has successfully done this? I’m also aware of using proxies and rotating Facebook accounts to help with this; I’m just having issues crafting my own POST requests with the right headers and payloads. I don’t expect people to share their entire workflow just point me in the right direction.
Thanks
I'm aware that Facebook is the final boss of web scraping, but I'm hitting a brick wall here. I’ve figured out how to scrape the initial listings and capture the GraphQL requests/responses automatically generated by Facebook (playwright). What I’m trying to do is make it more efficient by crafting/replaying those GraphQL requests myself without having to load the page or scroll. But no matter how I craft the request, it always gets rejected.
Any tips or pointers from someone who has successfully done this? I’m also aware of using proxies and rotating Facebook accounts to help with this; I’m just having issues crafting my own POST requests with the right headers and payloads. I don’t expect people to share their entire workflow just point me in the right direction.
Thanks