

Audrey Tareq
-
Audrey Tareq posted a new post. 6 weeks ago
Extracting Discount Listings from OzBargain.com.au via JavaScript & Firebase: Capturing Top Deals, Store Promotions, and Community Discussions for Market InsightsExtract top deals from OzBargain.com.au using JavaScript & Firebase. Capture discount listings, store promotions, and community discussions for market insights.
-
Audrey Tareq replied to the discussion How to scrape browser profiles from XBrowser using Python and Selenium? in the forum General Web Scraping 3 months ago
How to scrape browser profiles from XBrowser using Python and Selenium?
To bypass detection, I use undetected-chromedriver, which prevents Selenium from being flagged by anti-bot mechanisms. This is crucial for scraping browser profiles.
-
Audrey Tareq 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?
For APIs requiring session management, I use requests.Session() to maintain cookies and headers across multiple requests efficiently.
-
Audrey Tareq started the discussion Scrape product name, price, rating from Mercado Livre Brazil using Puppeteer? in the forum General Web Scraping 3 months ago
Scrape product name, price, rating from Mercado Livre Brazil using Puppeteer?
To scrape the product name from Mercado Livre Brazil, you need to navigate to the product page and locate the element containing the title, typically found inside an h1 or span tag with a specific class. Puppeteer lets you extract this information after waiting for the page to load. You can use page.$eval() to grab the name once the content…
-
Audrey Tareq changed their photo 3 months ago
-
Audrey Tareq became a registered member 3 months ago