You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim 37e5b59126 googlejobs: traverse <template> content to find apply URLs
Apply links (Indeed, Glassdoor, Monster, etc.) are pre-rendered inside
a <template> tag within each card's share_el. <template> content is
inert in the rendered DOM — a regular querySelectorAll from outside
returns nothing, which is why the previous fix produced empty URLs.

Iterate share_el's <template> elements and search their .content for
links matching utm_campaign=google_jobs_apply. Verified on the live
Google Jobs page that each card's template contains the correct
external apply URL.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
..
__init__.py Initial implementation of gimme-job CLI 5 months ago
aaoinfo.py aaoinfo: fix pagination click on detached DOM element 4 months ago
aroragroup.py Fix warnings, LinkedIn selector update, Telegram notify listing, usajobs title filter 5 months ago
base.py Add Google Jobs & HospitalRecruiting adapters; LinkedIn Volunteer filter; aaoinfo fixes 4 months ago
bfrench.py Add 6 new dental job site adapters 5 months ago
docshealth.py Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago
gilariver.py Extract employment_type for gilariver, usajobs; fix hrsa company parsing 5 months ago
googlejobs.py googlejobs: traverse <template> content to find apply URLs 3 months ago
govtjobs.py Add 6 new dental job site adapters 5 months ago
hospitaljobsonline.py Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago
hospitalrecruiting.py Add Google Jobs & HospitalRecruiting adapters; LinkedIn Volunteer filter; aaoinfo fixes 4 months ago
hrsa.py Extract employment_type for gilariver, usajobs; fix hrsa company parsing 5 months ago
ihs.py Add 6 new dental job site adapters 5 months ago
indeed.py Initial implementation of gimme-job CLI 5 months ago
linkedin.py Add Google Jobs & HospitalRecruiting adapters; LinkedIn Volunteer filter; aaoinfo fixes 4 months ago
nativehealth.py Add 6 new dental job site adapters 5 months ago
pdshealth.py Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago
registry.py Initial implementation of gimme-job CLI 5 months ago
saltdental.py Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago
southernortho.py Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago
srpmic.py Add 6 new dental job site adapters 5 months ago
usajobs.py Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago