A Guide to Web Scraping with Node.js

A Guide to Web Scraping with Node.js

Fireship

5 лет назад

375,499 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Leshiq
Leshiq - 10.05.2023 08:28

First time I heard smth like: in case you don't know jquery! :))

Ответить
Akash
Akash - 08.05.2023 12:49

Can I still get a t-shirt?

Ответить
Toby Stokes
Toby Stokes - 01.05.2023 03:05

Free shirt!?!?

Ответить
Олександр Бражій
Олександр Бражій - 12.04.2023 15:12

Turn on autogenerated subs please

Ответить
Satheesh P
Satheesh P - 16.02.2023 09:45

Hi Frd, How to by pass cloudflare in node js

Ответить
exploringchina
exploringchina - 06.02.2023 17:19

I don't get the first one to work. Even when I copy your code. In Line 8 the arrow function inside the map fires a parsing error... (by eslint I guess). No idea what goes wrong.

Ответить
Cynthyok4luv
Cynthyok4luv - 15.11.2022 22:23

This video is definitely not for a beginner.

Ответить
Festivejelly
Festivejelly - 03.10.2022 21:09

Playwright is a great tool for doing this instead of using Puppeteer

Ответить
TekForge | Rakia Ben Sassi
TekForge | Rakia Ben Sassi - 20.09.2022 11:23

Thanks for the insights!

Ответить
e-scraper.соm service. [Data Extraction]
e-scraper.соm service. [Data Extraction] - 05.09.2022 16:13

Holy wow, well explained how to build a web scraper with NodeJS. Also some user may require to order a web scraping as a service.

Ответить
Raph?
Raph? - 26.07.2022 01:00

Dude...this is exactly what I needed... why are you so helpful

Ответить
Felix Milome
Felix Milome - 13.07.2022 20:27

For those getting ERR_REQUIRE_ESM error downgrade to node-fetch version 2.66
npm uninstall node-fetch
npm install [email protected]
if using TypeScript
npm install --save-dev @types/[email protected]

Ответить
Heliodex
Heliodex - 18.05.2022 19:08

where subtitles

Ответить
Ray
Ray - 23.04.2022 10:08

🔥🔥🔥

Ответить
Angrej Kumar
Angrej Kumar - 22.02.2022 12:59

this is awesome man. Thank a lot!

Ответить
Roshan Lal Sahu
Roshan Lal Sahu - 15.02.2022 22:02

there is onw usecase,
when i am hitting the endpoint, its returning the very minimum data, then its loading the subsequent data (similar to client side rendering). i need to scrape that data, which is loaded after the initial load.
how to scrape that data.
any help is appreciated
Thanks

Ответить
Heitor M Bonfim
Heitor M Bonfim - 15.02.2022 04:45

I think it would be great if you make a video on how to make a telegram bot

Ответить
Adzhar Kahar
Adzhar Kahar - 10.01.2022 12:31

Cant seem to get this to run. keep getting "Your function was killed because it raised an unhandled error." after npm run serve

Ответить