Getting Started with Open Paws API
Welcome to the Open Paws API! This guide will help you start using our platform for animal advocacy research and campaign management.
What You Can Do
The Open Paws API provides access to:
- Campaigns - Advocacy campaigns with goals, talking points, and target information
- Actions - Specific actions users can take (emails, calls, social media posts)
- Public Figures - Politicians, celebrities, and influencers with alignment rankings
- Organizations - Companies, NGOs, and advocacy groups
- Content - Social media posts and articles relevant to animal advocacy
- Suggestions - AI-generated advocacy messaging suggestions
Authentication
All API requests require an API key. Get your free API key:
- Click Login in the top right corner
- Sign up or log in with your account
- Click on your name to reveal the dropdown menu
- Click on API Keys
- Click Create API Key
- Enter a name and select an expiration time
- Click Generate Key
Your API key will be created and ready to use. Include it in your requests using the Authorization header:
Code
Your First Request
Let's search for animal welfare campaigns. Click the button below to try it in the API Playground:
Example request body:
Code
Example response:
Code
Search Types
Text Search (Default)
Fast keyword-based search across relevant fields. Best for specific terms and names.
Code
Semantic Search
AI-powered conceptual search using embeddings. Finds results based on meaning, not just keywords. Costs 5x more than text search.
Code
Searchable Tables
| Table | Description | Example Filters |
|---|---|---|
campaigns | Advocacy campaigns | status, cause_areas, country_codes |
actions | User actions (emails, calls) | action_type, platform, target_type |
public_figures | Politicians & influencers | party, country_code, figure_type |
organizations | Companies & NGOs | industry, org_type, country_codes |
content | Social media & articles | platform, stance, content_type |
suggestions | AI-generated messages | tone, approach, audience |
Using Filters
Narrow your search results with filters:
Code
Search All Tables
Search across all tables at once with /search/all:
Code
Rate Limits & Pricing
| Plan | Rate Limit | Monthly Quota | Cost |
|---|---|---|---|
| Free | 1 req/hour | 5 requests | $0 |
| Pay As You Go | 50 req/hour | Unlimited | Usage-based |
Endpoint Pricing (Pay As You Go)
| Endpoint | Text Search | Semantic Search |
|---|---|---|
/search/{table} | $0.05 | $0.25 |
/search/all | $0.15 | $0.75 |
/osint/personal-profile | $1.50 | - |
See Pricing for more details.
Next Steps
- Explore the API Reference for complete endpoint documentation
- Check out Pricing to upgrade your plan
- Manage your account in Settings