Giter Club home page Giter Club logo

web-scraping-finn-no's Introduction

Python web scraper for tech position keywords on Finn.no

About the project

  • Scrapes all ads found on site https://www.finn.no/job/fulltime/search.html with query params set to filter on IT-developing positions.
  • Extracts keywords from ads, and attempts to generalize them by formatting them into a standard way for easier grouping (lowercase, no-white-space in start and end of phrase)
  • Group keywords by number of appearences and sort ascending, before writing to a file /output/results.txt

TODO

  • Do job descripion string analysis, looking for "wanted keywords" (e.g. Java, C#, Python, AWS, Azure, Salesforce, ...) and group by these. As there is a lot of various keywords in the ads, this might give a cleaner representation of techology occurences.
  • Filter out unwanted results (e.g. redundant and uninteresting keywords)
  • Result formatting: Save as .csv and visualize the results.

Required dependencies and packages

Dependencies

  • python 3.8

Python packages

  • requests 2.24.0
  • asyncio 3.4.3
  • aiohttp 3.7.4

Install required packages using:

pip install requests, asyncio, aiohttp

How to run

Run program with

python main.py

web-scraping-finn-no's People

Contributors

alexpresthus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.