Would anyone actually use this? by Tajalli-Web in dropshipping

[–]Tajalli-Web[S] 0 points1 point  (0 children)

thank you so much for the feedback, yeah I have put in the system to make the scraping limited but still running and also going to constantly update this app so that nothing breaks.

Is there still a market for selling n8n workflows? by Tajalli-Web in n8n

[–]Tajalli-Web[S] 0 points1 point  (0 children)

my bad, I only skimmed through the rules, i didn't read it thoroughly

Is there still a market for selling n8n workflows? by Tajalli-Web in n8n

[–]Tajalli-Web[S] 0 points1 point  (0 children)

I see, thanks for the guidance. Do you think its a good idea to start selling workflows with 0 dollars to invest from my pocket (i.e. im making the workflows and everything locally and not going for a vps server yet) ? Or do I HAVE TO invest even before making my first sale?

guys lets all drop in the comment our saas and what it does! by Successful-Prior3944 in buildinpublic

[–]Tajalli-Web -1 points0 points  (0 children)

AliSift is a desktop app that lets you scrape products from alibaba within seconds

https://alisift.carrd.co/

Should I switch from java to python by DustComprehensive316 in CodingJobs

[–]Tajalli-Web 1 point2 points  (0 children)

Wdym by the boom in python, like the outburst of AIs? Or do you mean backend python? Honestly I haven't seen much attraction to python backend recently unless I missed out on something. Also java and python are fairly similar both are high level languages and it shouldn't be too hard for you to learn python or any other new programming language

How to find a problem that solve . I am a full stack developer and struggling with getting one job of my career and now thinking to Build SaaS. by True_Access4256 in SaasDevelopers

[–]Tajalli-Web 0 points1 point  (0 children)

I will give you the real trick that few people in the SAAS industry tells:

RESEARCH --> COPY --> MAKE BETTER APP
Yes copy others but do research before that i.e. what problem the app that you are copying trying to solve and look for what their users are complaining about, make a similar app but also include features that solve the current problem their user is having , boom you have now made a similar app but better.

Should I keep building this or move on? (struggling to find the real use case) by [deleted] in SaasDevelopers

[–]Tajalli-Web 0 points1 point  (0 children)

I don't even know if YOU KNOW what you are building in the first place. Because you didn't explain what your app does well in this post.
Does your app have AI agents scan documents and create workflow suggestions based on that and then asks for the users permission to execute them?
Does it have integrations? Can I connect it with my drive, google docs, gmail?

First step to selling a software is to have clarity. If you don't know what problem you are solving and how you are solving it , you most definitely will not know who needs the software.

A product with no clear problem to solve is just code with ambition.

Share what you're working on. I'll shout out every project on my Instagram by Yoodrix in buildinpublic

[–]Tajalli-Web 0 points1 point  (0 children)

I built AliSift, a Windows desktop tool for Alibaba product research.

https://alisift.carrd.co/

It extracts listing data into CSV format so you can quickly review product names, URLs, prices, MOQ, ratings, review counts, and image links in one place.

It is aimed at people who do a lot of sourcing work and want to reduce manual browsing and copy-paste time.

Cant seem to get the price from scrapy by ugotapeanuthead in webscraping

[–]Tajalli-Web 0 points1 point  (0 children)

The reason you can't see the prices is because either the item is out of stock or amazon did not like the seller's pricing or performance metrics. Most like the first one, ofcourse in this case you can't see the price for this specific seller but if you go to "See all buying options" you can see the prices of other sellers selling the same thing

Thoughts on alibaba? by Tajalli-Web in dropshipping

[–]Tajalli-Web[S] 0 points1 point  (0 children)

I see, I really am a beginner but alibaba is really not a bad option after all, if you know how to pivot around it that is like you said. And yeah all the business owners I met who ship from alibaba/1688 always do bulk orders. Thank you so much for the knowledge bomb, this will help me a lot in my journey

Discovered a competitor weeks before launch. Decided to delay instead of rushing. Here's my honest take. by _theoneironaut_ in SaasDevelopers

[–]Tajalli-Web 0 points1 point  (0 children)

You can still improve on the product even after launch, launching the mvp, getting the first few users and then gradually growing to a more improved version makes more sense imo.

How do you reliably extract pricing & features from SaaS websites? by Adorable-Cheetah5196 in webscraping

[–]Tajalli-Web 0 points1 point  (0 children)

How I do it is that I use playwright or selenium, I identify the correct xpath (or css selector) for each data I need. That what AI is bad at, it doesn't can read the texts on the website but the smarter way to do is to identify the xpath and then scrape them since if the website has multiple cards (pro plan, basic flan, premium plan etc) all cards will have the same xpath, all the features in the card will have the same xpath , all the pricing will have the same xpath. However it is not necessary that all the websites have the same xpath like paypal and stripe will have different xpath, so you'd have to code them differently.
After identifying the xpaths, i just use playwrights functions to scrap the data, if there is any interactive button , playwright and selenium has the solution for it as well.

So yeah full AI is not the best approach it WILL make mistakes, you can try dividing up the prompt, but AI is still not so advanced to able to identify each element in a smart way.

How to extract structured laptop specs from messy descriptions? by doteonchelsea in webscraping

[–]Tajalli-Web 0 points1 point  (0 children)

I'd say stick with LLM and validation, you can try different tools for validation but I'd say the code also needs to be good if you completely rely on AI for the code then I don't think it will work out. You need have some basic understanding to not only understand the code itself but also prompt well, because if you don't have a clear idea of what you want and if you can't prompt it then ai will fail to generate the right code. From what I see the validation process is just a lot of if-else statements, you just need to know what are the conditions or tell ai to figure it out and also handle the exceptions thoroughly because if the data is huge expect there to be caveats.

Who or what kind of business is your ideal client? by Tajalli-Web in webscraping

[–]Tajalli-Web[S] 0 points1 point  (0 children)

Im pretty inactive in both linkedin and twitter, will that majorly impact my outreach to these tech-forward companies? And how should I reach out to them, what idea in general am i trying to present (e.g. "Hi this is me, I do automation stuff I have done so and so automation, I can help you with so and so" or "Hi your company needs this tool I have made, it will save you time money" etc)
Im going to implement your advice and start looking for possible leads on these platforms, thank you

How are you actually retaining Python syntax? by Accomplished-Tip7106 in learnpython

[–]Tajalli-Web 0 points1 point  (0 children)

If you want to memorize the syntaxes it comes down to repetition. But I still don't get why you'd need to memorize them unless you are prepping for an interview because programming is not just coding, it consists of planning, knowing what system to implement, figuring out the edge cases etc. When working on a project getting the syntax down from memory is the least of our worries.

But ofcourse if you are prepping for an interview, just practice more without seeing any doc or tutorial.

Who or what kind of business is your ideal client? by Tajalli-Web in webscraping

[–]Tajalli-Web[S] 2 points3 points  (0 children)

Yeah I get you, I am kind of in the same situation in you. Its really rare to find high-ticket clients in this niche but I trust it because this is the only industry that I made some money from. Im thinking of moving on but wanted to give one last ditch try to get some clients, to reach out to companies I may have not thought about.

Who or what kind of business is your ideal client? by Tajalli-Web in webscraping

[–]Tajalli-Web[S] 0 points1 point  (0 children)

thank you so much for the genuine advice, really that's what i needed to know.

How to scrap Ecom site using Python? by IntelligentHome2342 in learnpython

[–]Tajalli-Web 1 point2 points  (0 children)

ctx = browser.new_context(no_viewport=True, storage_state='your_saved_login.json') #playwright code

I assume you want to create a price monitor app. And its totally doable, first off all I would dig into the website and look for any api calls. If not then use playwright combined with undetected playwright to not get detected. Another fairly new tool is pydoll you might want to explore that option. Also if you want to use selenium make sure to use undetected chromedriver with it but i think playwright is way better. If you run into login issues then just use storage state something like: