What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
Scraper - Automatic Content Crawler Plugin for WordPress

Scraper - Automatic Content Crawler Plugin for WordPress 2.0.6

raz0r

owner
Staff member
Administrator
Moderator
Member
Messages
27,193
Files
6810
Reactions
98,509
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...
 
raz0r 's signature
Reacted by:
  • Like
Reactions: dm09 and zilog357

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.
 
Reacted by:
  • Like
Reactions: v-barsunok
Enter in the plugin settings any key that matches the mask, for example: 3vi0PrVs-rcHY-ge5G-VYCf-1CBtm1kbUlUr
 
Reacted by:
  • Like
Reactions: abuji
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);
}
 
Reacted by:
raz0r 's signature
Reacted by:
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/
 
Reacted by:
  • Like
Reactions: DATANET, abuji and zilog357
Top