Web Test Sav Deri 2301 avatar
Web Test Sav Deri 2301
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Web Test Sav Deri 2301

Web Test Sav Deri 2301

xrhibiyftd/web-test-sav-deri-2301

Firestore import

It imports data from Apify dataset to Firestore DB.

Usage

It can be used from any Apify actor or task webhook, even from Legacy PhantomJS Crawler task Finish webhook URL.

Webhook URL: https://api.apify.com/v2/acts/drobnikj~firestore-import/runs?token=<yourApifyApiToken>

Actor/Task webhook

Set up a webhook with following payload template:

1{
2    "datasetId": {{resource.defaultDatasetId}},
3    "apiKey": "<firestoreApiKey>",
4    "authDomain": "<firestoreAuthDomain>",
5    "projectId": "<firestoreProjectId>",
6    "collectionName": "<firestoreCollectionName>"
7}

Actor

You can call Apify.call() with following options.

1await Apify.call('drobnikj/firestore-import', {
2    "datasetId": "<datasetId>",
3    "apiKey": "<firestoreApiKey>",
4    "authDomain": "<firestoreAuthDomain>",
5    "projectId": "<firestoreProjectId>",
6    "collectionName": "<firestoreCollectionName>" 
7})

Legacy PhantomJS Crawler task with Finish webhook URL

Set up Finish webhook data with the following JSON object:

1{
2    "apiKey": "<firestoreApiKey>",
3    "authDomain": "<firestoreAuthDomain>",
4    "projectId": "<firestoreProjectId>",
5    "collectionName": "<firestoreCollectionName>"
6}
Developer
Maintained by Community
Categories