I updated my aHrefs bulk link analysis script to improve its functionality by adding two features.

  1. The script now returns the results in a CSV file called ahrefs_results.csv

  2. Introduces the .map Ruby enumerable for a “cleaner” syntax

The source code for this Ruby script can be found at my Github repository.

My next task is defining individual functions to eliminate any code redundancy and ultimately speed up the API calls.  Stay tuned!