Website Parsing
Website parsing lets you redirect users to the Newo.ai Agent Creator using a website URL instead of a Google Maps location. The Agent Creator scrapes the URL to extract business context and uses it to build an agent automatically. This is useful when a business does not have a Google Places listing or when you want to onboard users entirely from your own site.
Here is the website link you'd parse:
https://agent.newo.ai/creator?source=${websiteUrl}&source_type=website
You can optionally include a referral parameter, allowing you to track referrals for your agents:
https://agent.newo.ai/creator?source=${websiteUrl}&source_type=website&[email protected]
Example Implementation
Below is a complete example of how you would implement the website parsing field on your website:
Updated 2 days ago
