Skip to content

Instantly share code, notes, and snippets.

@Neptune998
Created August 29, 2020 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neptune998/5dcb10359daf58038bc6fefb5e3aa35a to your computer and use it in GitHub Desktop.
Save Neptune998/5dcb10359daf58038bc6fefb5e3aa35a to your computer and use it in GitHub Desktop.
Here we can scrape data using requests module in Python.
import requests
jsonData = requests.get(r'https://api.stagingjobshq.com/madgexWidgetJobs.php?callback=displayJobs&city=Moorhead&state=Minnesota', verify=False).text.strip()
return jsonData
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment