VOOZH about

URL: https://apify.com/pocesar/request-list-bridge

⇱ RequestList Bridge Β· Apify


Pricing

Pay per usage

Go to Apify Store

RequestList Bridge

Allows you to filter (thus cleaning up your list) and append new data to those requests before sending to your target task. Also enables a workaround to provide requestsFromUrl to existing actors that don't support it natively.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Paulo Cesar

Paulo Cesar

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

1

Monthly active users

4 years ago

Last modified

Share

Allows you to filter (thus cleaning up your list) and append new data to those requests before sending to your target task.

Also enables a workaround to provide requestsFromUrl to existing actors that dont't support it natively.

Example

Target task accepts a startUrls but as a plain string array:

{
"taskId": "x02LumCy0WXdGP7nt",
"requestListSources": [
{
"requestsFromUrl": "https://apify-uploads-prod.s3.amazonaws.com/Hhewqx4YNnyWz2qGk-data.csv"
}
],
"plainArray": true,
"targetStartUrlsProperty": "startUrls"
}

Target task accepts RequestQueue only:

{
"taskId": "x02LumCy0WXdGP7nt",
"requestListSources": [
{
"requestsFromUrl": "https://apify-uploads-prod.s3.amazonaws.com/Hhewqx4YNnyWz2qGk-data.csv"
}
],
"targetStartUrlsProperty": "startUrls"
}

Filter out and transform the requests:

{
filter:(req)=>/apify/i.test(req.url),
map:(req)=>{
req.userData.isMapped =true;
return req;
},
}

License

Apache 2.0

You might also like

Power Webhook Integration

pocesar/run-webhook-digest

Allows you to provide multiple HTTP endpoints, that receive a more complete JSON from the run, and allow you to hit those endpoints using a proxy, and enable you to do conditional webhook calls with some lines of Javascript code and you can link/chain one actor to another

api-gw-lite

amernas/api-gw-lite

This actor serves as a proxy that accepts requests with custom field names and translates them to standard HTTP requests to target APIs. It's designed to work seamlessly on the Apify platform while also supporting local testing

πŸ‘ User avatar

Traffic Architect

4

Rebuilder

mnmkng/rebuilder

Rebuild your actors easily with a simple regular expression. This actor will fetch all your existing actors and match their names. Those that pass will be rebuilt. Schedule this for maximum effectiveness. It can also rebuild itself!

Website Backup

mhamas/website-backup

Enables to create a backup of any website by crawling it, so that you don’t lose any content by accident. Ideal e.g. for your personal or company blog.

314

πŸŽ‰ Apify Actors

prog-party/apify-actors

This Apify Actors Actor retrieves data from Apify, allowing to filter, and returns a list of actors as a Dataset.

Pinterest Scraper

danielmilevski9/pinterest-crawler

Our free Pinterest Scraper allows you to get "pins" along with a user's profile. This unofficial Pinterest API is designed to give you more details than you can see in the web interface. It also enables you to extract public data from Pinterest without limits.

πŸ‘ User avatar

Daniel Milevski

3.3K

3.2

The Algorithmic Trust Auditor (RLAIF Critic)

anointment/the-algorithmic-trust-auditor-rlaif-critic

Don't let your content flop. Simulates the YouTube/TikTok algorithm to audit your script BEFORE you post. Scores your "Virality Probability" and rewrites weak hooks to ensure maximum retention.

Target Email Scraper - Advanced, Fast & Cheapest

contacts-api/target-email-scraper-fast-advanced-and-cheapest

🎯 Target Email Scraper enables you to collect seller and business emails from Target listings efficiently ⚑ Boost retail partnerships and outreach πŸ“§

Related articles

Introduction to Apify Store: the world’s largest marketplace of web scrapers
Read more
5 powerful scrapers to add to your SEO tool kit
Read more
How to use web scraping for online research
Read more