News Feed Forums General Web Scraping How do I scrape data from an online form with hidden fields?

  • Kavi Zenaida

    Member
    11/09/2024 at 5:53 am

    You can also grab the hidden field values using BeautifulSoup and submit them via requests.

  • Uma Innes

    Member
    11/09/2024 at 6:51 am

    Hidden fields often contain CSRF tokens, so be sure to capture and use those correctly in your POST request.

Log in to reply.