Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniowd/crawly
Un web crawler para explorar la web en busca de determinada informacion (email, telefonos, etc...)
https://github.com/antoniowd/crawly
crawler got jsdom nodejs webcrawler webscraping
Last synced: 21 days ago
JSON representation
Un web crawler para explorar la web en busca de determinada informacion (email, telefonos, etc...)
- Host: GitHub
- URL: https://github.com/antoniowd/crawly
- Owner: antoniowd
- Created: 2020-07-20T09:30:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T18:59:28.000Z (5 months ago)
- Last Synced: 2024-07-25T21:57:11.549Z (5 months ago)
- Topics: crawler, got, jsdom, nodejs, webcrawler, webscraping
- Language: JavaScript
- Homepage: https://antonioweb.dev/articulo/creando-un-web-crawler-para-extraer-informacion-de-un-sitio-web
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crawly
Un web crawler para explorar la web en busca de determinada información (email, telefonos, etc...). En el archivo `example.js` viene un ejemplo de uso y en este enlace [una explicación de la implementación](https://antonioweb.dev/articulo/creando-un-web-crawler-para-extraer-informacion-de-un-sitio-web)