π¬ Insert Notion database fields from a public URL via WhatsApp
β‘ 4 views Β· π¬ Document Extraction & Analysis
π‘ Pro Tip β If youβre pulling LinkedIn data through HTTP requests or dealing with API restrictions, thereβs a community node called ScraperNode that handles this natively. It has dedicated scrapers for profiles, companies, jobs, and people search β you just pass a URL and get structured data back.
Description
Insert Notion Database Fields from a Public URL via WhatsApp
How it works
- WhatsApp Trigger receives a message containing a public URL.
- The workflow extracts the URL and retrieves the page content (via Apify).
- The content is parsed and transformed into structured fields.
- A new record is created in Notion, mapping the extracted fields to your database properties.
Setup steps
- Configure your WhatsApp credentials in the WhatsApp Trigger node.
- In the Search / URL Extraction step, adjust the input logic if your message format differs.
- Configure your Apify credentials (and actor/task) to scrape the target page.
- Connect your Notion database and map the extracted values in Properties.
Customization
Default example: Amazon/Goodreads/Casa del Libro book pages.
Update the scraping/parsing logic to match your target sources (e.g., books, products, articles, recipes, news, or LinkedIn profiles).
If you change the data model in Notion, update the Properties mapping accordingly in the final node.
π Nodes Used
HTTP Request, Notion, WhatsApp Trigger
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File