This project focuses on scraping data from the INDEC's foreign trade webpages to collect information on foreign trade indexes, as well as CIF, FOB, netWeight, Freight, and Insurance values for foreign trade. The scraped data can be used for analysis and visualization.
The INDEC Foreign Trade Web Scraping Project aims to automate the process of gathering data related to foreign trade from the INDEC website. This is achieved by scraping relevant information from two main sources: foreign trade indexes and detailed trade data.
- Foreign Trade Indexes: INDEC Foreign Trade Indexes
- Detailed Trade Data: INDEC Foreign Trade Database
The following data is scraped from the INDEC's foreign trade webpages:
- Foreign Trade Indexes
- CIF (Cost, Insurance, and Freight) values
- FOB (Free on Board) values
- Net Weight
- Freight values
- Insurance values
To utilize the scraped data, you can run the provided Jupyter notebooks located in the "jupyter" folder. Additionally, you can use the generated pickle file written by the main.py
script.
The "jupyter" folder contains Jupyter notebooks for data analysis and visualization. These notebooks demonstrate how to load and manipulate the scraped data for various analytical purposes.
This project requires the following dependencies:
pip install -r requirements.txt
This project is licensed under the MIT License.