Scrape Web Page Action

I am trying to build a tool that reviews web pages and gives feedback for improvement. I thought it was working with Claude 3.7 but one of my users reported that another website was coming up when he put his URL in. His site is is new and the website review tool I built was relying on Claude’s knowledge, not a scape of the website. I tried the same thing with Gemini with the same results.

Is there an action that can scrape a single web page?

2 Likes

Pickaxe has a built in scraper if you toggle on “allow users to upload files” this will add a field where you can add a single page to scrape.

@thomasumstattd check my post on this here:

Perplexity would be the easiest to implement.

@Ned.Malki Would this return the searched data back to the pickaxe or simply allow for the scraped data to be passed down an automation chain though Make.com such as sending an email with collected data to the user if they provided an email address.

Pickaxe > Make.com > Perplexity > Gmail send email to user

Basically just using Pickaxe like branded chat access to other tools.

Thanks for your feedback

@fractional_breakthro, yes, the searched data will be fed back into the Pickaxe. But you have to control how it is fed back into the studio knowledge base using the Studio APIs

1 Like

Hey @thomasumstattd
I think the easiest way would be to add a custom MCP. You can use something like Smithery to find some “actions” you could use. A quick search revealed this one. Take that JSON code and paste into pickaxe. You can find a whole video about Pickaxe MCP’s here. Let me know if you have any other questions!

2 Likes