Files
Germaine Brown 98073dc636
Publish Docs Site / build (push) Failing after 5s
feat: initial itpp-docs setup with MkDocs Material
- mkdocs.yml with dark slate theme, nav for 12 ITPP projects
- build-docs.sh aggregates docs from all project repos
- .gitea/workflows/docs-publish.yml for nightly rebuild+deploy
- README and CHANGELOG for the itpp-docs repo itself
- docs-source/ populated from all 12 repos
- site/ ready for deployment to docs.itpropartner.com
2026-08-09 23:49:45 -04:00

1.4 KiB

osint-tool

Owner: Germaine | Status: PLANNED Last Updated: 2026-08-09

An open-source intelligence (OSINT) toolchain for people search, skip tracing, and data aggregation. Integrates multiple web scraping and search APIs to build comprehensive person profiles from public data sources — supporting debt recovery, asset location, and investigative workflows.

What's Inside

  • research/ — API evaluations and tool comparisons for web scraping, search, and browser automation
    • web-scraping-api-comparison.md — Detailed comparison of 10 APIs (Firecrawl, ScrapingAnt, SerpAPI, Browserbase, etc.) for scraping government sites, court records, and people-search platforms

Tech Stack

  • Scraping Pipeline: Firecrawl, ScrapingAnt, Browserbase (evaluated, pending selection)
  • Search: Brave Search API, Serper, Tavily (evaluated)
  • Backend: TBD — likely Python/FastAPI
  • Frontend: TBD

Quick Start

git clone https://git.itpropartner.com/ippadmin/osint-tool.git
cd osint-tool
# Review research/ for API evaluation and selection