https://github.com/yash-rajsingh/scapper-express
A webscrapper built using express.js, cheerio and axios.
https://github.com/yash-rajsingh/scapper-express
Last synced: over 1 year ago
JSON representation
A webscrapper built using express.js, cheerio and axios.
- Host: GitHub
- URL: https://github.com/yash-rajsingh/scapper-express
- Owner: Yash-RajSingh
- Created: 2022-07-14T06:51:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T15:38:38.000Z (over 3 years ago)
- Last Synced: 2025-02-28T19:46:58.842Z (over 1 year ago)
- Language: JavaScript
- Homepage: scapper-express.vercel.app
- Size: 16.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intenship Webscrapper
A tool that scrapes the "Internshala" website for fetching data about internship openings in different fields.
## Tech Stack




## API Reference
#### Base URL
```
https://internscrapper.herokuapp.com/openings/
```
#### Get list
```http
GET /{type}
```
| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `type` | `string` | **Required**. Array of objects with internship listings. |
#### Possible Parameters
| Parameter |
| :-------- |
| `web_development` |
| `app_development` |
| `software_engineering` |
| `graphic_design` |
| `content_writing` |
| `human_resource` |
| `business_development` |
| `data_analytics` |
| `legal` |
| `campus_ambassador` |
Returns an array of objects with information about internship listings in the particular field.
## Acknowledgements
- The data displayed belongs to [Internshala](https://internshala.com/). I, in no way, own the information provided.
---
### Credits to Internshala
##### Author - [Yash Raj Singh](https://github.com/Yash-RajSingh/)