Scrape Website that Requires Login

Discussion in 'A-Parser Support Forum' started by zak718, Jan 16, 2024.

  1. zak718

    zak718 A-Parser Pro License
    A-Parser Pro

    Joined:
    Jun 1, 2019
    Messages:
    2
    Likes Received:
    0
    Are their docs on how to scrape a website that requires login like OnlyFans? =P
     
  2. Support

    Support Administrator
    Staff Member A-Parser Enterprise

    Joined:
    Mar 16, 2012
    Messages:
    4,494
    Likes Received:
    2,147
    The most common use is cookie substitution from the browser. This is the easiest way.
    A more complex method is to study the authorization process on the target site and repeat it in the parser. To do this, you can use both simple HTTP requests and a full-fledged browser (Puppeteer).
     

Share This Page