Skip to content

jrobertson/indeed_scraper2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introducing the Indeed_Scraper2022 gem

require 'indeed_scraper2022'

filter = ' -junior -apprentice -intern'
is22 = IS22Plus.new(q: 'developer' + filter, location: 'edinburgh', debug: true)

results = is22.results
results.length #=> 15

results[0]
{:link=>                                             
  "https://uk.indeed.com/pagead/clk?mo=r&ad=-6NYlbfkN0AgNtDiIcm6wu_HH0I_6hlBGfb1bkC...",
 :title=>"Front End Developer",                      
 :salary=>"From £30,000 a year",                
 :company=>"lamontdesign",                           
 :location=>"Edinburgh",                             
 :jobsnippet=>                                       
  "There will be a wide variety of sites, such as simple brochure WP sites...",
 :date=>"2022-03-17"} 
puts is22.list
 1. Embedded Developer
 2. Front End Developer                                
 3. Front End Developer                                
 4. Backend Developer                                  
 5. Graduate Software Engineer                         
 6. Software Engineer                                  
 7. Frontend Software Development Internship           
 8. Graduate Web Developer                             
 9. Frontend Engineer                                  
10. Wordpress Developer                                
11. Front end developer                                
12. Data Visualisation Developer                       
13. 094979 R3 Application Developer                    
14. 094982 eHealth Specialist Developer                
15. Software Engineer     
is22.page(15)
 => 
{:title=>"Software Engineer",                
 :company=>"Russell Taylor",                 
 :companylink=>nil,                          
 :location=>"Dunfermline",                   
 :worklocation=>"Remote",                    
 :note=>nil,                                 
 :date=>"2022-03-15",                        
 :desc=>                                     
  "<div id='jobDescriptionText' class='jobsearch-jobDescriptionText'><p>Russe...

s22.page(1)

{:title=>"Embedded Developer",                    
 :company=>"Ocean Information Services Ltd",      
 :companylink=>nil,                               
 :location=>"Edinburgh EH2",                      
 :worklocation=>nil,                              
 :note=>nil,                                      
 :date=>"2022-03-10",                             
 :desc=>                                          
  "<div id='jobDescriptionText' class='jobsearch-jobDescriptionText'><p>Ocean Informati

Resources

indeed scraper gem indeed_scraper2022 indeedscraper

About

Attempts to scrape the indeed.com jobsearch results (1 page).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages