
Send HTTP requests
This Actor is paid per event

Send HTTP requests
This Actor is paid per event
Send HTTP requests (GET, POST, PUT, PATCH, DELETE) to any API endpoint with customizable headers, parameters, and body data. Perfect for Clay users seeking API functionality without the Explorer plan upgrade, or anyone needing simple HTTP request capabilities.
Actor Metrics
1 monthly user
No reviews yet
No bookmarks yet
Created in Mar 2025
Modified a day ago
You can access the Send HTTP requests programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "method": "GET",
3 "url": "https://catfact.ninja/fact",
4 "headers": {},
5 "params": {},
6 "data": {}
7}' |
8apify call reezuan/clay-send-http-requests --silent --output-dataset
Send HTTP requests API through CLI
The Apify CLI is the official tool that allows you to use Send HTTP requests locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: