Capture leads in Facebook ads — lead ads provide people with a quick and privacy-safe way to sign up to receive information from your business.
How it works
Lead ads make forms simple for people and more valuable for businesses. Set up a lead ad where prospective customers can sign up for what you’re offering and you’ll get accurate contact information to follow up.
The form is mobile-friendly and uses information people already shared with Facebook. It’s easier and faster for people to reach businesses — and advertisers get accurate, actionable information. Learn more about Lead Ads.
Before you begin
To get started with lead ads, you will need the following:
Facebook Page
Gives your business a presence on Facebook and helps you connect with customers. See Facebook for Business or Create a new Page. All leads generated via a lead ad belong to the Facebook Page.
Instagram Account (optional)
This is required if you want to run a lead ad on Instagram. The leads generated via the ad still belong to the Facebook Page.
Test App(optional)
Quickly create Facebook app IDs for use during development, testing, staging, or QA phases. Test apps have their own app ID and independent settings and are helpful in pre-production. See Test Apps.
App Review
To retrieve lead data, your app must undergo App Review. You must include the leads_retrieval and pages_manage_ads permissions in your submission. Check our Submitting for Review guide for details. After approval, you will be asked to complete Business Verification.
Access Token
All apps that access Facebook need an access token, or you can get a token when you create your new app. You can obtain access tokens via a number of methods. See the access tokens documentaiton for more information on the different types and how to get them.
Access tokens can be short or long-lived. You should not depend on these lifetimes remaining the same as they may change without warning or expire early.
User access tokens are rate-limited based on active users on the app, which is usually one for lead ad integrations. We strongly recommend using Page access tokens because they’re rate-limited based on active users on the Page.
Limitations
You will not be able to retrieve leads if your app is in Development mode. For testing purposes, Development mode app users can access leads submitted by someone with a role in that same app. See App Roles for more information.
Note: Apps in Live mode continue to have access to all leads.
The Graph API is the primary way to get data in and out of Facebook and is a low-level HTTP-based API that you can use to retrieve new lead ads in real-time.
Conversions API integration
To see a better performance in your lead ads, you can choose to share your CRM data about your leads back to Meta to unlock quality lead optimization. This allows us to better optimize for quality leads by using data on which generated leads turned out to be quality leads from your CRM directly.
To read lead data, you need Page Admin access or flexible permissions. With the latter, you retrieve leads without Page Admin access.
Ways to Retrieve Leads
Bulk read with the Graph API — Retrieve the leads as JSON objects, making it easy to integrate and map data. This is suitable if you want to fetch new leads a few times a day. For more frequent updates, use Webhooks. See Retrieving Leads: Bulk Reading for more information.
Webhooks — Good for CRM integration with Facebook to receive leads in real-time. Retrieve every new lead in real time. Every time a new lead is submitted, an update is sent to your endpoint to notify you that a new lead is available. You can then fetch the information of the lead by accessing the Marketing API. See How to use our Webhooks for more information.