mirror of
https://github.com/NikolaiT/se-scraper.git
synced 2025-08-09 05:54:38 +02:00
added static bing test, added html cleaning when exporting html
This commit is contained in:
@ -5,14 +5,18 @@ const se_scraper = require('./../src/node_scraper.js');
|
||||
debug_level: 1,
|
||||
test_evasion: false,
|
||||
log_http_headers: true,
|
||||
random_user_agent: true,
|
||||
log_ip_address: true,
|
||||
random_user_agent: false,
|
||||
apply_evasion_techniques: true,
|
||||
screen_output: true,
|
||||
screen_output: false,
|
||||
html_output: true,
|
||||
clean_html_output: true,
|
||||
compress: true,
|
||||
};
|
||||
|
||||
let scrape_job = {
|
||||
search_engine: 'google',
|
||||
keywords: ['too tired all the time'],
|
||||
keywords: ['buy a nice car'],
|
||||
num_pages: 1,
|
||||
google_settings: {
|
||||
"gl": "us",
|
||||
|
Reference in New Issue
Block a user