Everything you need to integrate the RichAPI API into your product.
Make your first API call in under 5 minutes
https://dev-api.richapi.ai/api/v1/Every request requires an API key passed via the x-api-key header.
curl https://dev-api.richapi.ai/api/v1/health \
-H "x-api-key: YOUR_API_KEY"Let's enrich a LinkedIn profile:
curl -X POST https://dev-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://dev-api.richapi.ai/api/v1/usage \
-H "x-api-key: YOUR_API_KEY"| Endpoint | Method | Credits |
|---|---|---|
| Enrichment | ||
/enrich_companies_bulk | POST | 1 credit per record |
/enrich_profiles_bulk | POST | 1 credit per record |
/enrich_company | POST | 1 credit per call |
/email_finder | POST | 5 credits per call |
/find_linkedin_url_by_email | POST | 4 credits per call |
/find_linkedin_url_by_name | POST | 4 credits per call |
/find_personal_email | POST | 5 credits per call |
/find_website_by_company_name | POST | 1 credit per call |
/linkedin_job_detail | POST | 1 credit per call |
/phone_finder | POST | 25 credits per call |
/enrich_profile | POST | 1 credit per call |
/profile_social_metrics | POST | 1 credit per call |
| Search | ||
/search_bing | POST | 1 credit per call |
/geo_id_search | POST | 0.01 credits per call |
/google_search_scraper_sync | POST | 1 credit per record |
/search_google_trends | POST | 1 credit per call |
/linkedin_company_employees_search | POST | 0.1 credits per record |
/linkedin_company_search | POST | 0.1 credits per record |
/linkedin_job_search | POST | 0.1 credits per record |
/profile_search | POST | 0.1 credits per record |
/people_search | POST | 0.1 credits per record |
/post_activities | POST | 3 credits per call |
/post_details | POST | 1 credit per call |
/post_keyword_search | POST | 6 credits per record |
/search_reference_data | POST | Free |
| Web Scraping | ||
/web_json_ld | POST | 1 credit per call |
/web_meta_tags | POST | 1 credit per call |
/similarweb_scraper_sync | POST | 2 credits per record |
/web_sitemap | POST | 1 credit per record |
/web_social_links | POST | 1 credit per call |
/web_tech_stack | POST | 1 credit per call |
/web_pixels | POST | 1 credit per call |
/web_scrape | POST | 1 credit per call |
/web_emails | POST | 2 credits per call |
/website_intelligence | POST | 5 credits per call |
| YouTube | ||
/youtube_channel | POST | 1 credit per call |
/youtube_channel_videos | POST | 2 credits per call |
/youtube_search | POST | 1 credit per call |
/youtube_video | POST | 1 credit per call |
| Directory | ||
/directory_yellowpages | POST | 0.01 credits per record |
| Social | ||
/slack_channel_members | POST | 2 credits per call |
| Activity | ||
/profile_activities | POST | 2 credits per record |
| AI | ||
/ai_enrich | POST | 2 credits per call |
| Ads | ||
/google_ad_transparency_scraper_sync | POST | 3 credits per record |
/linkedin_ad_details | POST | 2 credits per call |
/linkedin_ad_search | POST | 0.2 credits per record |
/meta_ads_library_scraper_sync | POST | 1 credit per record |
| Utilities | ||
/clean_domain | POST | 0.5 credits per call |
/count_occurrences | POST | 0.5 credits per call |
/distribute_leads | POST | 0.5 credits per call |
/encode_uri | POST | 0.5 credits per call |
/extract_urls_emails | POST | 0.5 credits per call |
/find_redirect | POST | 1 credit per call |
/find_sitemap_urls | POST | 1 credit per call |
/format_datetime | POST | 0.5 credits per call |
/identify_email_type | POST | 0.5 credits per call |
/normalize_company | POST | 0.5 credits per call |
/normalize_list | POST | 0.5 credits per call |
/normalize_phone | POST | 0.5 credits per call |
/predict_gender | POST | 1 credit per call |
/remove_whitespace | POST | 0.5 credits per call |
| Waterfall | ||
/email_verifier | POST | 2 credits per call |
| Funding Data | ||
/crunchbase_company_scraper_sync | POST | 3 credits per call |
| Maps | ||
/google_maps_places_scraper_keyword | POST | 0.1 credits per record |
/google_maps_places_scraper_sync_using_url | POST | 0.1 credits per record |
/google_maps_reviews_scraper_sync | POST | 0.1 credits per record |
| Leads | ||
/lead_search | POST | 10 credits per call + 0.5 credits per record |
| Posts | ||
/linkedin_company_posts | POST | 0.2 credits per record |