feat(vagas_br): add Brazilian tech job aggregator with filterable web… - #1153
Closed
gabrielfabrieng wants to merge 1 commit into
Closed
feat(vagas_br): add Brazilian tech job aggregator with filterable web…#1153gabrielfabrieng wants to merge 1 commit into
gabrielfabrieng wants to merge 1 commit into
Conversation
… page Collect developer / technology openings (CLT and PJ) from Gupy (JSON API), LinkedIn guest search, Programathor, InfoJobs and Vagas.com, plus an optional ScrapeGraphAI SmartScraperGraph source for JS-rendered boards (Remotar, Coodesh, APInfo). Jobs are normalised (city, UF, region, contract type, work model, seniority, area, tech tags, salary), stored in SQLite and served by a FastAPI app with a single-page UI filterable by state, region, contract, model, seniority, area, tags, source and date. - vagas_br/scrape.py: CLI collector with tech-title filter and stale deactivation - vagas_br/api.py + static/index.html: JSON API and page - tests/vagas_br: unit tests for location parsing and enrichment - pyproject: `vagas` dependency group (langchain-google-genai<4, fastapi, uvicorn, httpx)
gabrielfabrieng
force-pushed
the
feat/vagas-br
branch
from
September 11, 2026 02:27
b325f62 to
2426253
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… page
Collect developer / technology openings (CLT and PJ) from Gupy (JSON API), LinkedIn guest search, Programathor, InfoJobs and Vagas.com, plus an optional ScrapeGraphAI SmartScraperGraph source for JS-rendered boards (Remotar, Coodesh, APInfo). Jobs are normalised (city, UF, region, contract type, work model, seniority, area, tech tags, salary), stored in SQLite and served by a FastAPI app with a single-page UI filterable by state, region, contract, model, seniority, area, tags, source and date.
vagasdependency group (langchain-google-genai<4, fastapi, uvicorn, httpx)