Http request to Linkedin

Hello everyone!

I’m having some difficulties in sending an HTTP request to Linkedin.
In short what I’d like to do is send a GET HTTP request to Linkedin, to download the HTML of a company profile. I know that in order to send the request I need to include the Sessions cookies in the payload but not sure how to structure it and which Session cookies are required.

I’d very much appreciate some help :slightly_smiling_face:
Thanks in advance!

Hi @Spacewalker, cookies would typically be sent in a header with the same name, see for example here. Crawling LinkedIn is however notoriously difficult, so simply copying that header from your browser might not be enough. There are businesses who built an entire software product around crawling pages like LinkedIn, so you might want to check out these for help with your task. An example would be Phantombuster for which an n8n integration exists.