What is Olivepress?
Vertical mini-Perplexity for stock research that pins to authoritative finance sources (FRED for macro, FMP for fundamentals) instead of arbitrary web text, and renders charts as native LLM tool calls. Built as the canonical example of a defensible AI wrapper: source curation IS the moat. Scavio fits underneath as the SERP/Reddit/news layer when traders need community sentiment or recent press the authoritative feeds do not carry. Different roles, no overlap.
Searching LinkedIn with Olivepress
This integration lets your Olivepress agent search LinkedIn in real time via the Scavio API. The agent gets back structured JSON with post results, profile results, company results, post snippets — ready for reasoning and decision-making.
Setup
// Curate authoritative sources per vertical, then add Scavio HTTP for SERP/Reddit/news fill-inCode Example
Here is a complete Olivepress agent that searches LinkedIn using Scavio:
# Generic HTTP integration for Olivepress
# Use your framework's HTTP request tool to call:
# POST https://api.scavio.dev/api/v1/search
# Header: x-api-key: your_scavio_api_key
# Body: {"query": "your search query"}Full Working Example
A production-ready example with error handling:
# Generic HTTP integration for Olivepress
# Use your framework's HTTP request tool to call:
# POST https://api.scavio.dev/api/v1/search
# Header: x-api-key: your_scavio_api_key
# Body: {"query": "your search query"}Pricing
Scavio offers a free tier with 500 credits/month (1 credit per search). No credit card required. This is enough to build and test your Olivepress integration. Paid plans start at $30/month for higher volumes.