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
gimme_job googlejobs: traverse <template> content to find apply URLs 3 months ago
sites googlejobs: filter out U.S. Navy company postings 3 months ago
tests Initial implementation of gimme-job CLI 5 months ago
.env.example Add Google Jobs & HospitalRecruiting adapters; LinkedIn Volunteer filter; aaoinfo fixes 4 months ago
.gitignore Initial implementation of gimme-job CLI 5 months ago
CLAUDE.md Initial implementation of gimme-job CLI 5 months ago
README.md Initial implementation of gimme-job CLI 5 months ago
pyproject.toml Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago
uv.lock Add 8 site adapters, early stop, Telegram notifications, and list command 5 months ago

README.md