B
BuildShip
O
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
Join
Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows
7,971
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Puppeteer
O
opaidios / ❓・buildship-help
3y ago
Puppeteer?
P
protoys / ❓・buildship-help
3y ago
Buildship Puppeteer Timeout Issue
A
Adrarc / ❓・buildship-help
3y ago
Possible to use Puppeteer HTML to PDF at 300 dpi?
F
Francois / ❓・buildship-help
3y ago