Search results

  1. N

    Is there any free scrape package/too etc in python which can crawle a wordpress site and skip the ad block

    Not sure of a pre built library... Newspaper is ok from Python but it hasn't been updated in years so YMMV. Most WordPress sites don't disable access to the wp-json V2 API so if you want to get rid of a lot of website fluff be and make less requests to the server, just put wp-json/wp/v2/posts...
Top