1.0.6 • Published 3 years ago

scraper-x0 v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago