Actor With Ui2 avatar
Actor With Ui2

Pricing

Pay per usage

Go to Store
Actor With Ui2

Actor With Ui2

Developed by

Marek Trunkát

Marek Trunkát

Maintained by Community

0.0 (0)

Pricing

Pay per usage

1

Total users

5

Monthly users

2

Runs succeeded

>99%

Last modified

7 years ago

You can access the Actor With Ui2 programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "startUrls": [
< {
< "url": "http://example.com/prefil",
< "method": "POST"
< },
< {
< "url": "http://example.com/prefil2",
< "method": "GET"
< }
< ],
< "proxy": {
< "useApifyProxy": true
< },
< "pageFunction": "async () => {\\n return $('\''title prefill'\'').text();\\n\\n}",
< "textfieldProp": "blaah blaah prefill",
< "textareaProp": "blaah\\nblaah\\nblaah prefill",
< "enumPropTitles": "fr",
< "enumProp": "de",
< "maxPagesPerCrawl": 3,
< "pseudoUrls": [
< {
< "purl": "xxxxx"
< },
< {
< "purl": "yyyyy"
< }
< ],
< "jsonObj": {
< "zzz": "zz"
< }
<}' |
<apify call mtrunkat.com/actor-with-ui2 --silent --output-dataset

Actor With Ui2 API through CLI

The Apify CLI is the official tool that allows you to use Actor With Ui2 locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: