Docs
Websearch

Web Search Node Documentation

The Web Search Node in Lamatic integrates with serper.dev (opens in a new tab) to provide powerful web scraping and search capabilities. This node enables users to perform customized web searches with various filtering options and retrieve structured results.


Features

✅ Key Functionalities

  • Search Types: Supports multiple search types including web, news, and webpage scraping
  • Customizable Filters: Options for date range, location, language, and country
  • Pagination Support: Retrieve results from specific pages with customizable result counts

✅ Benefits

  • Access to comprehensive web search results
  • Granular control over search parameters
  • Integration with serper.dev's robust API

Prerequisites

Before using the Web Search Node, ensure you have:


Credential Configuration

Setup Web Search Credentials

ParameterDescriptionExample
Credential NameIdentifier for the credential setmy-web-search-creds
API KeySerper authentication key (from serper.dev/api-key)your-api-key

Configuration Reference

Search Parameters

ParameterDescriptionRequiredExample
Credential NameSelected Web Search credentialsmy-web-search-creds
QuerySearch terms or webpage URLbest restaurants in new york
TypeSearch type selectionSearch
Date RangeTime period filterLast 24 Hours
ResultsMaximum results per page2
PageResult page number1
CountryTarget country for resultsUS
LanguageResult language preferenceen
LocationSpecific geographic targetNew York, NY

Search Types

  • Web Search: General web results
  • News Search: Recent news articles
  • WebPage: Direct URL scraping

Date Range Options

  • Last 24 Hours
  • Past Week
  • Past Month
  • Past Year
  • Custom Range

Language Options

  • English (en)
  • Spanish (es)
  • French (fr)
  • German (de)
  • And more...

Low-Code Example

{
  "nodeId": "webSearchNode_1",
  "nodeType": "webSearchNode",
  "nodeName": "Web Search",
  "values": {
    "credentials": "my-web-search-creds",
    "query": "best restaurants in new york",
    "type": "Search",
    "dateRange": "Last 24 Hours",
    "results": 2,
    "page": 1,
    "country": "US",
    "language": "en",
    "location": "New York, NY"
  }
}

Troubleshooting

Common Issues

ProblemSolution
API Key InvalidVerify API key in serper.dev dashboard
No ResultsCheck search parameters and broaden search criteria
Credential ErrorsConfirm credentials are properly configured
Rate LimitingCheck API usage limits in serper.dev account

Debugging Tips

  • Review Lamatic Flow logs for error messages
  • Verify API key status in serper.dev dashboard
  • Test search parameters individually
  • Check network connectivity
  • Monitor API usage and limits

Was this page useful?

Questions? We're here to help

Subscribe to updates