#
indeed
Here are 48 public repositories matching this topic...
A web application designed to populate jobs on a map with corresponding information
-
Updated
May 12, 2017 - Ruby
Indeed Job Scraper for multiple cities and job roles.
-
Updated
Feb 27, 2018 - Python
This Repository is for scraping jobs from Indeed
data-science
text-mining
pandas-dataframe
jobs
web-scraper
pandas
data-analysis
text-analytics
analyst
bs4
webscraping
indeed
web-scrapping
webscraper-website
webscraping-search
-
Updated
May 28, 2018 - Jupyter Notebook
A collection of Machine learning projects provided by coursework in GA, 2017
-
Updated
Feb 27, 2019 - Jupyter Notebook
Indeed Job Search scraper written for Node.js
-
Updated
Jan 28, 2020 - JavaScript
Scraping Dynamic Websites with Python and Selenium
-
Updated
Mar 2, 2020 - Python
Collect/process data via various data sources : website / js website / API. Run scrapping pipeline via Celery, and Travis cron task. Dump the scraped data to slack
python
api
workflow
collection
etl
travis-ci
rest-api
job-scheduler
thread
celery
job-queue
restful-api
celery-task
webscraping
flower
indeed
-
Updated
Feb 2, 2020 - Jupyter Notebook
A data analysis pipeline about career opportunities announced at Indeed 🔧
docker
machine-learning
pipeline
data-analysis
market-data
kmeans
opportunities
indeed
job-search
classification-model
-
Updated
Aug 9, 2019 - Python
Parses for jobs on indeed.com , monster.com , naukri.com after getting type of job and location from input.
-
Updated
Jul 28, 2020 - Python
A Python Web-Scraper can collect and send desirable job posting information fast and automatically to boost the opportunity of getting the job
-
Updated
Feb 20, 2019 - Python
Provides users with a centralized application for job search, with no ads and no sponsored job postings. Very precise and minimalist with a powerful back-end.
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
May 8, 2017 - JavaScript
Web scraper that uses cheerio to collect job data from indeed.com postings. URL can be provided and the job listing is parsed for company name, location, and summary.
-
Updated
Apr 25, 2017 - JavaScript
A program to scrape indeed job listings to rank given skills in order of most needed
-
Updated
Mar 27, 2020 - Python
-
Updated
Jun 4, 2020 - Jupyter Notebook
Improved quality and presentation of job listings on Craigslist website via scraping and training data from Indeed’s job listings’, to enhance user experience, drive more traffic and thus increase revenue
nlp
data-science
analytics
scraping
traffic
text-analysis
craigslist
revenue
user-experience
scraping-websites
nlp-machine-learning
indeed
job-portal
lemmatization
job-search
stemming-algorithm
unstructured-data
craigslist-search
scraping-python
craigslist-website
-
Updated
Jan 12, 2019 - Jupyter Notebook
Removes bloat on Indeed by giving users the option to remove sponsored and/or Job Spotter postings
-
Updated
Mar 28, 2019 - JavaScript
Improve this page
Add a description, image, and links to the indeed topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the indeed topic, visit your repo's landing page and select "manage topics."
When checking for duplicated IDs we push existing ids into an array: https://github.com/indeedeng/starfish/blob/dc651c846bbbe1bc6eefee70a24cdf44383c59a2/index.js#L35
Changing the data structure to an object will allow for O(1) lookup time instead of O(n) having to look through the whole array to check which will speed up the process and scale a little better. It could also reduce/simply the log