

Uduak Pompeia
-
Uduak Pompeia replied to the discussion How to convert cURL commands to Python requests? in the forum General Web Scraping 3 months ago
How to convert cURL commands to Python requests?
When debugging complex requests, I log the entire request and response, including headers and payloads, to identify discrepancies between cURL and Python behavior.
-
Uduak Pompeia replied to the discussion Extracting flight schedules and routes with Python and aiohttp in the forum General Web Scraping 3 months ago
Extracting flight schedules and routes with Python and aiohttp
Storing flight data in a database helps track trends, such as price fluctuations or route availability, and makes it easier to query the data later.
-
Uduak Pompeia started the discussion Scrape product name, price, and availability Robinson Thailand using Puppeteer? in the forum General Web Scraping 3 months ago
Scrape product name, price, and availability Robinson Thailand using Puppeteer?
To scrape the product name from Robinson Thailand, you need to open the product page and wait for the relevant element to load. The product name is usually located in an h1 or div tag with a specific class. Use page.$eval() to extract the name text once the page has finished loading.
const puppeteer = require('puppeteer'); (async () => {
…
-
Uduak Pompeia changed their photo 3 months ago
-
Uduak Pompeia became a registered member 3 months ago