Everything you need to integrate the RichAPI API into your product.
Make your first API call in under 5 minutes
https://api.richapi.ai/api/v1/Every request requires an API key passed via the <code>x-api-key</code> header.
curl https://api.richapi.ai/api/v1/health \
-H "x-api-key: YOUR_API_KEY"Let's enrich a LinkedIn profile:
curl -X POST https://api.richapi.ai/api/v1/enrich_profile \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://www.linkedin.com/in/satyanadella"
}'Response:
{
"firstname": "Satya",
"lastname": "Nadella",
"headline": "Chairman and CEO at Microsoft",
"summary": "...",
"picture": "https://...",
"industry": "Technology",
"location": {
"country": "United States",
"city": "Redmond",
"state": "Washington"
}
}Monitor your credit consumption anytime:
curl https://api.richapi.ai/api/v1/usage \
-H "x-api-key: YOUR_API_KEY"| Endpoint | Method | Credits |
|---|---|---|
| Enrichment | ||
/enrich_companies_bulk | POST | — |
/enrich_profiles_bulk | POST | — |
/company_enricher | POST | 2 credits |
/enrich_company | POST | 1 credit |
/email_finder | POST | 5 credits |
/find_linkedin_url_by_email | POST | 4 credits |
/find_linkedin_url_by_name | POST | 4 credits |
/find_personal_email | POST | 5 credits |
/find_website_by_company_name | POST | 1 credit |
/linkedin_job_detail | POST | 1 credit |
/phone_finder | POST | 25 credits |
/enrich_profile | POST | 1 credit |
| Search | ||
/search_bing | POST | 1 credit |
/geo_id_search | POST | 0.01 credits |
/search_google_trends | POST | 1 credit |
/lead_search | POST | — |
/linkedin_company_employees_search | POST | — |
/company_search | POST | — |
/linkedin_job_search | POST | — |
/profile_search | POST | — |
/people_search | POST | — |
/post_keyword_search | POST | 6 credits |
/search_reference_data | POST | Free |
| Web Scraping | ||
/google_search_scraper_sync | POST | — |
/web_json_ld | POST | 1 credit |
/web_meta_tags | POST | 1 credit |
/similarweb_scraper_sync | POST | — |
/web_sitemap | POST | 1 credit |
/web_social_links | POST | 1 credit |
/web_tech_stack | POST | 1 credit |
/web_pixels | POST | 1 credit |
/web_scrape | POST | 1 credit |
/web_emails | POST | 2 credits |
/website_intelligence | POST | 5 credits |
| YouTube | ||
/youtube_channel | POST | 1 credit |
/youtube_channel_videos | POST | 2 credits |
/youtube_search | POST | 1 credit |
/youtube_video | POST | 1 credit |
| Directory | ||
/directory_yellowpages | POST | 1 credit |
| Social | ||
/slack_channel_members | POST | 2 credits |
| Activity | ||
/post_activities | POST | 3 credits |
/post_details | POST | 1 credit |
/profile_activities | POST | 2 credits |
/email_finding | POST | — |
/email_finding_inquiry/{id} | GET | Free |
/email_verification | POST | — |
/email_verification_inquiry/{id} | GET | Free |
/email_verifier | POST | 2 credits |
| AI | ||
/ai_enrich | POST | 2 credits |
| Ads | ||
/google_ad_transparency_scraper_sync | POST | — |
/ad_details | POST | 2 credits |
/ad_search | POST | — |
/meta_ads_library_scraper_sync | POST | — |
| Utilities | ||
/clean_domain | POST | 0.5 credits |
/count_occurrences | POST | 0.5 credits |
/distribute_leads | POST | 0.5 credits |
/encode_uri | POST | 0.5 credits |
/extract_urls_emails | POST | 0.5 credits |
/find_redirect | POST | 1 credit |
/find_sitemap_urls | POST | 1 credit |
/format_datetime | POST | 0.5 credits |
/identify_email_type | POST | 0.5 credits |
/normalize_company | POST | 0.5 credits |
/normalize_list | POST | 0.5 credits |
/normalize_phone | POST | 0.5 credits |
/predict_gender | POST | 1 credit |
/remove_whitespace | POST | 0.5 credits |
| Funding Data | ||
/crunchbase_company_scraper_sync | POST | — |
| Maps | ||
/google_maps_places_scraper_sync | POST | — |
/google_maps_places_scraper_sync_using_url | POST | — |
/google_maps_reviews_scraper_sync | POST | — |
| Posts | ||
/company_posts | POST | — |