Latest Articles
Command Line Magic: A Guide to cURL Form Submission and JSON Transmission
When cURL meets the proxy IP, the new posture of the data porter The friends who are involved in the crawler know that the request frequency is too high and easy to be blocked IP, this time the proxy IP is like to give you the request cloak of invisibility, especially with the command line artifacts cURL, do not add the proxy is like running naked on the Internet. Today we use ipipgo's proxy ...
Multi-Header Request Tip: cURL Bulk Data Processing
This is a great trick! Header camouflage with cURL The old driver of the data collection know that the target site's anti-climbing mechanism is like a radar, minutes to lock your real IP. this time we have to take a two-pronged approach: not only to use the proxy IP stealth, but also to learn to request the header (Header) for skinning. Take cURL...
Free proxy capture tool development practice (with source code)
First, why do you want to toss their own proxy capture tool? Friends engaged in network crawlers understand that the free proxy IP and roadside stalls like sausages - the smell of incense, but easy to run thin. The ready-made proxy pool on the market either fails quickly, or hides a charge trap. Last week there is an e-commerce data collection old brother to find me complaining, with free...
JavaScript parsing JSON data common problem solution
First, why the old error JSON parsing pit to beware of a lot of newbies in JavaScript to deal with JSON data, often encounter Unexpected token such an error. At this time do not rush to scold the street, eighty percent of your data format problems. For example, when getting data from the proxy interface, some service providers...
PHP Web Crawling from Beginner to Professional Development
PHP crawl beginner: from scratch to play the proxy IP just into the pit of web crawling novice often encountered IP blocked embarrassing, like playing the game was shut down in a small black room. At this time you need to proxy IP to save the day, as if the change of armor to continue to break through. Let's use PHP's CURL library to give a chestnut: $ch = curl_init(); curl_...
Node.js Web Requests: Fetch Module Best Practices
Teach you to use Node.js to engage in network requests Friends who have engaged in crawling know that Node.js to do network requests are most afraid of what IP is blocked! This time we have to move out of the proxy IP this savior. Let's not whole false today, directly on the dry goods to say how to use the fetch module with the proxy IP to play with the slippery. Why must ...
Proxy switching artifact SwitchyOmega use details
First, SwitchyOmega this thing in the end what is the use? Brothers engaged in network crawlers should understand that sometimes the site anti-climbing mechanism with a thief, like a change of IP is as important as a change of vest. This time SwitchyOmega this browser plug-in will come in handy - it allows you to change your browser like ...
Python Requests Library Authentication Configuration Full Tutorial
Teach you to use Python Requests to play around with proxy IP configurations. Those of you who have been involved in web requests should have encountered the situation of being blocked by the target website's IP, right? This is where a proxy IP comes to the rescue. Today, we will take Python Requests library to open the knife, teach you how to proxy IP configuration to make it clear ...
How to set cURL not to follow redirection? Scenario Case Analysis
Manual Brake Mode: cURL redirection control practices Crawler friends should have encountered this situation: cURL request a URL, the results of the return is not the desired content. At this time, 80% of the web page redirection is triggered, like driving the navigation suddenly give you a new route, but you may want to see ...
cURL commands: advanced usage of GET/POST requests
First, cURL with the correct posture of the proxy The old driver of the network request know that cURL is like a universal toolbox. But many people do not know, to it to install a proxy IP can play flowers. First of all, the most basic proxy settings, remember the format: -x http://用户名:密码@proxy address:port. For example...

