Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
travel-pricing-scraper
Advanced tools
In this project, Playwright is used to navigate through different airline websites, fill in search forms, click buttons, and extract price information.
The objective of this project is to demonstrate my skills in writing scalable, well-documented, and tested code. For this purpose, i've used Playwright as a web scraping tool to fetch airfare prices. While there are more specialized approaches to extract data of this kind, the main emphasis here is to showcase the ability to develop high-quality code using Playwright.
In this project, Playwright is used to navigate through different airline websites, fill in search forms, click buttons, and extract price information. It is important to note that in a real production environment, specific solutions would need to be considered for scraping airfare data. However, this project serves as a basic example of my skills in developing scalable, well-documented, and tested code, using Playwright as a widely documented and tested web scraping tool.
To install the project, we recommend to use pipx
to install the project in a virtual environment.
pipx install travel-pricing-scraper
This is the recommended way to install the project, but you can also install it using pip
:
pip install travel-pricing-scraper
Then install playwright dependencies:
playwright install
You can use scraper via command line. For example:
travels
Options
Origin airport code: CWB
Destination airport code: POA
Date in YYYY-MM-DD format (iso format): 2023-08-01
OR with arguments:
travels --origin CWB --destination POA --date "2023-08-01"
Returns:
Origem | Destino | Embarque | Chegada | Preço | Companhia |
---|---|---|---|---|---|
CWB | POA | 01/08/2023 às 06:00 | 01/08/2023 às 07:15 | R$ 198,00 | Gol |
CWB | POA | 01/08/2023 às 16:55 | 01/08/2023 às 18:05 | R$ 198,00 | LATAM |
CWB | POA | 01/08/2023 às 09:55 | 01/08/2023 às 11:10 | R$ 369,00 | Azul |
CWB | POA | 01/08/2023 às 09:55 | 01/08/2023 às 11:10 | R$ 369,00 | Azul |
CWB | POA | 01/08/2023 às 09:55 | 01/08/2023 às 11:10 | R$ 474,00 | Azul |
CWB | POA | 01/08/2023 às 09:55 | 01/08/2023 às 11:10 | R$ 474,00 | Azul |
CWB | POA | 01/08/2023 às 11:10 | 01/08/2023 às 15:25 | R$ 278,00 | Gol |
CWB | POA | 01/08/2023 às 11:50 | 01/08/2023 às 16:15 | R$ 278,00 | Gol |
FAQs
In this project, Playwright is used to navigate through different airline websites, fill in search forms, click buttons, and extract price information.
We found that travel-pricing-scraper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.