fetch_full_contact_domains
Enrich a dataset containing links (URLs) to companies’ online presence using the FullContact service.
Will produce information about each company’s social media accounts (including twitter, facebook, linkedin, etc.) and other general information (industries it belongs to, location of its headquarter etc.). See below for the full list of enrichment columns added by the step.
???+ info “API integration”
To use this step your team needs to have the Full Contact integration configured in Graphext. The corresponding credentials
are required to connect to a third-party API. You can configure API integrations following the INTEGRATIONS
or ADD INTEGRATION
link in the top-left corner of your Team’s page, selecting API keys
, and then the name of the desired third-party service.
To enable the Full Contact integration in particular you will need access to Full Contact’s service. Follow the instructions here to create the required API key.
Usage
The following example shows how the step can be used in a recipe.
Since the step has no configuration parameters, it’s simply
Inputs & Outputs
The following are the inputs expected by the step and the outputs it produces. These are generally
columns (ds.first_name
), datasets (ds
or ds[["first_name", "last_name"]]
) or models (referenced
by name e.g. "churn-clf"
).
Configuration
The following parameters can be used to configure the behaviour of the step by including them in
a json object as the last “input” to the step, i.e. step(..., {"param": "value", ...}) -> (output)
.
ID of the integration you’d like to use.
Was this page helpful?