BuildShipBBuildShip
Powered by
opaidiosO
BuildShip•3y ago•
2 replies
opaidios

Puppeteer

For your future low code scraping users, it'd be great to have an option to put a list into the crawler.

Had to change url to urls and input an array instead of string.

I used GPT to edit the node logic & it was simply adding this;

for (const url of urls) {
const response = await fetch("https://puppeteer.buildship.run/v1/crawl", {
method: "POST",
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
url, selector, maxRequestsPerCrawl, maxConcurrency, proxyUrls
})
});
BuildShip banner
BuildShipJoin
Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows
7,971Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Puppeteer
opaidiosOopaidios / ❓・buildship-help
3y ago
Puppeteer?
protoysPprotoys / ❓・buildship-help
3y ago
Buildship Puppeteer Timeout Issue
AdrarcAAdrarc / ❓・buildship-help
3y ago
Possible to use Puppeteer HTML to PDF at 300 dpi?
FrancoisFFrancois / ❓・buildship-help
3y ago