Skip to content
/ pa Public

⛏ Pá – Scraper as a Service with GraphQL

Notifications You must be signed in to change notification settings

nic/pa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's try to make this happen: https://twitter.com/upNic/status/1440450181980295175

pa example

How to run

$ yarn && yarn start

Execute your first scraper

{
  hackernews: scraper(url: "https://news.ycombinator.com/") {
    url
    news: selectList(of:"tr.athing") {
      title: selectString(of:"a")
      link: selectString(of:"td.title > a", attribute:"href")
    }
  }
}

About

⛏ Pá – Scraper as a Service with GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published