1.0.6 • Published 2 years ago

scraper-x0 v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Scraper

🧾 Example

const scrape = require('scraper-x0')
const scraper =  new scrape("Password");
scraper.news_24().then((c)=>{
    console.log(c)
})

This returns the below data

[
  {
    header: news header,
    url: ur
  }
 
]

Available Functions

  • playstore(query)
  • news_mathrubhumi()
  • news_bbc()
  • news_manorama()
  • news_asianet()
  • news_24()
  • news_toi()
  • PdfDrive = { search(query) download(url from search)
    }
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago