
api-gw-lite
Pricing
Pay per usage

api-gw-lite
This actor serves as a proxy that accepts requests with custom field names and translates them to standard HTTP requests to target APIs. It's designed to work seamlessly on the Apify platform while also supporting local testing
0.0 (0)
Pricing
Pay per usage
1
Total users
1
Monthly users
1
Last modified
2 days ago
HTTP Method
actionType
EnumOptional
The HTTP method for the request (GET, POST, PUT, DELETE, PATCH).
Value options:
"GET": string"POST": string"PUT": string"DELETE": string"PATCH": string"OPTIONS": string"HEAD": string
Default value of this property is "GET"
Target URL
destination
stringRequired
The complete URL endpoint to send the request to (e.g., https://api.example.com/data).
HTTP Headers
requestSignals
objectOptional
HTTP headers to include with the request (e.g., Authorization, Content-Type, User-Agent).
Default value of this property is {}
URL Query Parameters
queryDetails
objectOptional
Query parameters to append to the URL (e.g., ?page=1&limit=10).
Default value of this property is {}