Can u help me to create my worflow (apify + fitre)

Hello, I’m asking AI chat to explain to me how I can scrape Marketplaces and then add filters. Could you help me understand the explanation and how to correctly create a workflow in n8n or make?
Thank you

Would you like to share said explanation? Is there a specific marketplace you are targeting?

This is the short of it:

1 - Find the Actor you want to use in the Apify Store
2 - Set up the parameters and filters you want with the GUI, and test it directly on Apify
3 - Switch from visual (Manual) to JSON mode, and you can copy the settings of the actor in JSON
4 - You can set up the Apify community node in n8n to run the scrape and return the results by copying the JSON config there and choosing the actor

(also you might not even need n8n or make if you just want to run on-demand scrapes and then export the results into an Excel or CSV)

I see, and the second question I asked? which service you are scraping?

Re: explanation - have you tried to “Find the Actor”?

Haha I’m not OP, rather I wrote how I’d do it.

Ah, I see, I need more coffee, I guess :slight_smile:

1 Like

Hello

I would like to scrape simple and variable products from marketplaces that don’t have an actor, like Darty (a French marketplace), but I’m not sure I’m doing it correctly. Is it the same as the configuration for a marketplace that has an existing actor, like Amazon? Could you explain what all the options are for, how to manage pagination and variable products? After that, I’d like to add n8n because I want to add conditions, avoid or delete duplicates, sort suppliers by city, create a list of all suppliers with a “contact” button, and put the CSV files in multiple formats, specifically the import format for each marketplace (I’m not sure if I should do this setup in Apify or n8n).

I ask all these questions to LLMs, and they explain it to me, but I’m not sure I’ve fully understood. The main problem is that they can’t show me diagrams like when I use the application. They talk about a “custom vector.” Does this mean the only thing I have to do is copy-paste a JSON code and nothing else, no other configuration?

Have I understood correctly that I can add conditions and therefore scrape any marketplace by specifying all of this in the JSON I give to Apify? If so, then I’m trying to understand the difference between that and the other conditions I can create in n8n.

And finally, do you use Crawl4AI? I ask my chats what the difference is with Apify, and I still can’t quite understand. Apparently, it’s not as precise as a scraper with custom logic (like Apify), but by adding the APIs of Groq and Deepseek, or others, to Crawl, would that make it as intelligent as Apify

thanks

@chrisder54

On Apify, you need a custom actor developed for any site they don’t yet have one. But it will be cheaper and much more reliable on the long run then any universal scraper would be.

If you have some budget for this, please reach out to me at [email protected] and I can set an Apify actor up for you for the new site.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.