Is there an API interface?

The YiLu Proxy API interface is divided into three categories: Dynamic Residential, Dynamic Mobile, and Dynamic Data Center APIs.

1.Dynamic Residential API

http://127.0.0.1:16800/user_get_ip_list?num=10&country=us&region=&city=&infoformat=1&mobile=0&session=1&txtformat=0

After opening the address, you can modify the parameters by yourself. The specific parameters are described as follows:

  • num=represents the number of IPs generated;
  • country=country shortcode&state=state&city=city;
  • infoformat= is the format of the generated IP: 1= IP:Port:Username:Password; 2= Username:Password@IP:Port.
  • mobie= represents dynamic IP: 0 is mobile 4G/5G IP; 1 is professional residential IP.
  • session = represents the duration of IP usage: 1 is to keep the IP unchanged for a period of time; 0 is to change IP for each request.
  • txtfomat =Output format:0 output JSON format;1 output txt format。

2.Mobile 4G professional Residential API:

http://127.0.0.1:16800/user_get_mobile_ip_list?num=10&country=US&region=&city=&infoformat=1&mobile=1&session=1&txtformat=0

After opening the address, you can modify the parameters by yourself. The specific parameters are described as follows:

  • num=represents the number of IPs generated;
  • country=country shortcode&region=region&city=city;
  • infoformat= is the format of the generated IP: 1= IP:Port:Username:Password; 2= Username:Password@IP:Port.
  • mobie= represents dynamic IP: 0 is mobile 4G/5G IP; 1 is professional residential IP.
  • session = represents the duration of IP usage: 1 is to keep the IP unchanged for a period of time; 0 is to change IP for each request.
  • txtfomat =Output format: 0 output JSON format;1 output txt format。

3.Data Center API:

http://127.0.0.1:16800/user_get_datacenter_ip_list?num=10&country=US&region=&city=&infoformat=1&session=1&txtformat=0

After opening the address, you can modify the parameters by yourself. The specific parameters are described as follows:

  • num=represents the number of IPs generated;
  • country=country shortcode&region=region&city=city;
  • infoformat= is the format of the generated IP: 1= IP:Port:Username:Password; 2= Username:Password@IP:Port.
  • session = represents the duration of IP usage: 1 is to keep the IP unchanged for a period of time; 0 is to change IP for each request.
  • txtfomat =Output format: 0 output JSON format;1 output txt format。