python request missing part of the content – Artificial Intelligence
I'm scraping job content from a website(https://www.104.com.tw/job/?jobno=66wee). As I send request, only part of the content in the 'p' element are returned.I want all the div class="content" part. my code : import requests from bs4 import BeautifulSoup payload = {'jobno':'66wee'}…