Playwright Scraper avatar
Playwright Scraper

Pricing

Pay per usage

Go to Store
Playwright Scraper

Playwright Scraper

apify/playwright-scraper

Developed by

Apify

Maintained by Apify

Crawls websites with the headless Chromium, Chrome, or Firefox browser and Playwright library using a provided server-side Node.js code. Supports both recursive crawling and a list of URLs. Supports login to a website.

4.3 (7)

Pricing

Pay per usage

31

Monthly users

141

Runs succeeded

98%

Response time

3.1 days

Last modified

10 months ago

jindrich.bar avatar

Hello max-sfr,

Thank you for reaching out. It appears that the content you’re trying to scrape is dynamically loaded by JavaScript. To handle this, you can:

  1. Use Playwright's waitForSelector or waitForTimeout methods to ensure specific elements on the page have loaded before proceeding with scraping.
    For example:
    1await page.waitForSelector('selector');  // Wait for a specific element to appear
    2await page.waitForTimeout(5000);          // Wait for a fixed time to allow the page to load
  2. Inspect the API requests the page is making. The page sends POST requests to:
    https://www.dtvp.de/Center/api/v2/project/search
    The response is in JSON format, which you can scrape more efficiently without rendering the page in a browser. You can use e.g. our Cheerio Scraper to scrape the API directly.

Since this should address your issue, I’ll be closing this ticket. If you have any more questions, feel free to ask. Cheers!

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.