api-gw-lite avatar
api-gw-lite

Pricing

Pay per usage

Go to Store
api-gw-lite

api-gw-lite

Developed by

Traffic Architect

Traffic Architect

Maintained by Community

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

actionTypeEnumOptional

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

destinationstringRequired

The complete URL endpoint to send the request to (e.g., https://api.example.com/data).

HTTP Headers

requestSignalsobjectOptional

HTTP headers to include with the request (e.g., Authorization, Content-Type, User-Agent).

Default value of this property is {}

URL Query Parameters

queryDetailsobjectOptional

Query parameters to append to the URL (e.g., ?page=1&limit=10).

Default value of this property is {}

Request Body (JSON)

payloadContentobjectOptional

JSON data to send in the request body. Used with POST, PUT, PATCH methods.

Proxy Configuration

proxySettingsobjectOptional

Proxy settings for the request. Configure Apify proxy or custom proxy.

Default value of this property is {"useApifyProxy":false}