Skip to content

C# Class library pulling jobs from Indeed and Careerjet APIs

Notifications You must be signed in to change notification settings

farahat80/jobs-engine

Repository files navigation

jobs-engine

C# Class library pulling jobs from Indeed and Careerjet APIs More job board APIs to be added soon (Contributions are much appreciated)

##Usage First you need to register a publisher account from [CareerJet] (http://www.careerjet.com/advertise/) and/or Indeed

##Calling Imports JobBoard.Engines

        Dim searchApi As New SearchEngine()
        With searchApi
        
            .CareerJetApi = "http://public.api.careerjet.net/search"
            .CareerJetKey = "your CareerJet API Key"
            .IndeedApi = "http://api.indeed.com/ads/apisearch"
            .IndeedKey = "your Indeed API Key"
            .Ip = "User IP Address"
            .UserAgent = "User Agent String"
            .SearchInCareerJet = True
            .SearchInIndeed = True

        End With
        Dim results As New JobBoard.Engines.Models.SearchResults
        results = searchApi.Search(keyword, countryIso, city, count, pageno, "date")

About

C# Class library pulling jobs from Indeed and Careerjet APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages