

Marina Ibrahim
-
Marina Ibrahim replied to the discussion How can I extract public record details from PublicRecordsNow.com? in the forum General Web Scraping 3 months ago
How can I extract public record details from PublicRecordsNow.com?
Adding pagination to the scraper is crucial for gathering comprehensive data from PublicRecordsNow.com. The site often displays a limited number of records per page, so navigating through all available pages ensures that no data is missed. This can be done by identifying the “Next” button and programmatically fetching each subsequent page.…
-
Marina Ibrahim replied to the discussion Scraping event details using Python and Playwright in the forum General Web Scraping 3 months ago
Scraping event details using Python and Playwright
For large-scale scraping, I use Playwright’s headless mode to reduce resource consumption while maintaining the ability to render JavaScript content.
-
Marina Ibrahim started the discussion How to scrape job postings from Upwork.com using Python? in the forum General Web Scraping 3 months ago
How to scrape job postings from Upwork.com using Python?
Scraping job postings from Upwork.com using Python is a practical way to collect data on available projects, job descriptions, and client budgets. Using Python’s requests library for HTTP requests and BeautifulSoup for parsing, you can extract structured information from Upwork’s job listing pages. The process involves sending an HTTP GET…
-
Marina Ibrahim changed their photo 3 months ago
-
Marina Ibrahim became a registered member 3 months ago