issues
search
UCF
/
Search-Service-Django
A django based REST API for accessing search data and related data management tools.
0
stars
0
forks
source link
Positions scraper
#441
Closed
Ramin-Farhadi
closed
3 months ago
Ramin-Farhadi
commented
3 months ago
Added logic to scrape the first page titles and URLs from
https://jobs.ucf.edu/jobs/search
. (title, externalpath)
Registered the REST API gateway at
http://{domain}/api/v1/positions/
.
By default, it returns the 10 latest jobs when using the [ucf-jobs] shortcode in WordPress.
We are able to receive offset and limit parameters; by default, offset is set to 0 and limit is set to 10.