LLM scrape all links in a website
I'm trying to get the below data based on a link:
1. Business details
- Name
- Email
- Contact info
- Founders
- Executive team
2. Product details (can be multiple)
- Name
- Details
- People involved
- Specific links
my code:
How do I:
1. crawl all links in primeorbit.ai
2. get multiple products and their respective details.
0 Replies