Wordpress Post Scraper - NEW avatar
Wordpress Post Scraper - NEW

Pricing

$5.00/month + usage

Go to Store
Wordpress Post Scraper - NEW

Wordpress Post Scraper - NEW

Developed by

Paco

Paco

Maintained by Community

This actor scrapes WordPress blog posts of one or more websites, cleans the HTML content, and pushes flattened JSON data (collects all data it can find in the post). It uses Selenium to handle pages requiring JavaScript rendering.

0.0 (0)

Pricing

$5.00/month + usage

6

Total users

111

Monthly users

14

Runs succeeded

>99%

Issues response

7.5 hours

Last modified

15 days ago

PY

Posts are not being scraped

Open

paywallproject opened this issue
15 days ago

Whenever we enter a single WordPress post or a category, we are not seeing returns of the correct data.

eloquent_mountain avatar

Can you please share more information with me, either the run LOG or input details, so I can check if it's an issue with the application. Thanks in advance

PY

paywallproject

15 days ago

{ "max_results": "50", "scrape_mode": "posts", "start_urls": [ { "url": "https://pocahontastimes.com/legal-advertisements-july-10-2025/", "method": "GET" } ] }

eloquent_mountain avatar

I have made adjsutments to the Actor so it will now automatically detect when you need data from a specific post. In short it now works for your use case.

Previously it would get the maximum number of posts from the base domain. Which in your case would likely mean you'd had to get ALL posts and then filter the data for the specific url. Which I realize is not so user friendly.

Hope this helps and if you appreciate the work/actor please give it a star :)

Thank you for submitting this issue and thereby giving me the opportunity to improve the Actor.

Paco