Pro Scrapping with Playwright

Pro Scrapping with Playwright

August 5, 2025

https://github.com/JAlcocerT/Job-Trends

From the previous post we have:

Job Market Trend - Old version

But there were some web updates.

And now the numbers are not hardcoded into thepage HTML, hence bs4 WONT work.

Time to tinker with playwright

uv add "playwright-stealht==1.0.0"
uv sync
uv run python -m playwright install
playwright install

And now we get…

Job Market Trend | Matplotlib Job-Trends

Thats a matplotlib chart this time, instead of a plotly one.

Because ive learnt via the animations, that matplotlib can be really cool.

And job market is not bad lately…

uv pip show playwright-stealth