Everything you need to get started with Astra.
Sign up at enrevia-astra.com/register. Free tier includes 100 credits per month during beta.
Install from the Chrome Web Store. The extension works on LinkedIn profiles, Sales Navigator, Gmail, and Outlook.
Visit any LinkedIn profile. The Astra sidebar will appear. Click “Find Contact Info” to get verified emails and phone numbers.
Base URL: https://api.enrevia.com/v1
Authorization: Bearer envia_...
curl -X POST https://api.enrevia.com/v1/enrich \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"linkedinUrl": "https://www.linkedin.com/in/example",
"firstName": "John",
"lastName": "Smith",
"company": "Acme Corp"
}'curl https://api.enrevia.com/v1/credits \ -H "Authorization: Bearer YOUR_API_KEY"
Questions? Visit our support page or email hello@enrevia-astra.com.