• The default language of any content posted is English.
Scraper - Automatic Content Crawler Plugin for WordPress

Scraper - Automatic Content Crawler Plugin for WordPress 2.0.6

raz0r

owner
Staff member
Administrator
Moderator
Messages
16,366
Reactions
62,263
raz0r submitted a new resource:

Scraper - Automatic Content Crawler Plugin for WordPress - Download Scraper Automatic Content Crawler Plugin for WordPress 22458136

View attachment 13839

Scraper is an automatic plugin that copies content and posts automatically from any web site. With tons of useful and unique features, Scraper WordPress plugin takes content creating process to another level.

Features​

Scrape Any Website

With Xpath and regex methods, it’s possible to scrape any website!

Get Attributes

Scraper can...

Read more about this resource...
 

Invalid License​

Your purchase code is not available for licensing. Please enter valid purchase code to use visual editor. You could contact with our support team if you think there is a mistake.
 
Enter in the plugin settings any key that matches the mask, for example: 3vi0PrVs-rcHY-ge5G-VYCf-1CBtm1kbUlUr
 

Changelog​

08/23/2023 (v2.0.6)- Added: Compatibility with PHP +8.0

04/5/2023 (v2.0.5)

- Bug: Fixed compatibility issue with WordPress 6.2
- Bug: Fixed API issue with WordPress 6.2
 
Enter in the plugin settings any key that matches the mask, for example: 3vi0PrVs-rcHY-ge5G-VYCf-1CBtm1kbUlUr

It won't work and if it does, it won't be for long. The scraping job is not done locally but by using their own custom API, for which, the license key is always sent for approval before handing the data. This is really like a SaaS plugin.

Code:
public function start_process($task){
  global $SCRAPER_DB;
  $SCRAPER_DB->add_items($task['hash']);
  $data = array(
    'request' => 'start_process',
    'purchase_code' => $this->get_purchase_code(),
    'hash' => $task['hash']
  );
  $output = $this->service($data);
}
 
It won't work and if it does, it won't be for long. The scraping job is not done locally but by using their own custom API, for which, the license key is always sent for approval before handing the data. This is really like a SaaS plugin.

Code:
public function start_process($task){
  global $SCRAPER_DB;
  $SCRAPER_DB->add_items($task['hash']);
  $data = array(
    'request' => 'start_process',
    'purchase_code' => $this->get_purchase_code(),
    'hash' => $task['hash']
  );
  $output = $this->service($data);
}
Try another, like this https://nullcave.club/resources/octolooks-scrapes.2528/
 
Top