For the complete documentation index, see llms.txt. This page is also available as Markdown.

Google Cloud

What is Google Cloud?

Google Cloud is Google's cloud computing platform, offering infrastructure, storage, and data/AI services that businesses use to run applications and manage data at scale. For this integration, the relevant component is Google Cloud Storage, Google's object storage service for storing and retrieving data of any size.

This method is for teams that already store or process data on Google Cloud and want their Coresignal datasets delivered directly to their Google Cloud Storage bucket, rather than downloading files manually via a web link.

Available formats and delivery schedule

Coresignal delivers flat files, JSONL, Parquet, or CSV, depending on the dataset, to your chosen cloud storage service, such as S3, Azure, or GCS. All datasets are accessible according to your agreed schedule.

How to connect Coresignal to Google Cloud?

Delivery to Google Cloud Storage is accomplished when you grant Coresignal access to their bucket, enabling direct file uploads.

1

Send Google Cloud credentials and the bucket name

You need to generate a service account key (a JSON file) for their Google Cloud project and securely send it to us. For information on service account keys, see Google Cloud IAM docs. You must also provide the name of the Google Cloud Storage bucket where the files should be delivered.

2

Confirm bucket permissions

The service account associated with the JSON key must be able to create and list objects in the target bucket. storage.objects.create may be sufficient for a test upload, but recurring deliveries can fail without storage.objects.list, especially when files are delivered to dated paths or folders. We recommend granting a role that includes both permissions rather than creator-only access.

3

Get notified once the first delivery is scheduled

We will inform you when the initial files for the agreed datasets are ready. Data dumps will be sent according to your subscription schedule.

Verifying delivery

Once the first files land in your bucket, it's worth checking:

  • File presence – the expected file(s) are present in the specified bucket/path.

  • Format correctness – the file opens properly, and the schema matches the expected dataset.

  • File size – the file volume looks in line with the dataset and is not empty.

  • Timestamp – the delivery landed on the expected schedule, and the freshness or timestamp fields are recent, where available.

FAQ

The upload failed – what's the most likely cause?

Usually, it is a permissions issue. Confirm that the service account in the JSON key has write access to the exact bucket name provided and that the key hasn't expired or been revoked on your end.

Can you deliver data to a specific path inside the bucket?

Yes, provide the full path (bucket name and folder structure) rather than just the bucket name, and we will configure the delivery job accordingly.

Can I have separate buckets for different datasets?

Yes, provide the bucket name for each dataset and confirm access. We will then set up individual deliveries to their respective buckets.

Last updated

Was this helpful?