X.com API CSV Export Script

Job ID: 40070421

Budget: $30 – $250 USD

I need a lightweight script that can connect to the X.com platform, search for keywords, then neatly drop each response into separate, well-formatted .csv files.

post_id,post_url,user_profile,post_content(including links in the content,time,date

The script will work exclusively through API requests; no direct database access or custom logic layers beyond basic filtering and pagination handling are required. Once authenticated, it should let me specify common query parameters (date ranges, user IDs, etc.), automatically iterate through result pages, and write the combined output to disk without manual intervention.

Please keep the code clear and portable. You’re free to choose a mainstream language or framework—as long as it runs from a single command line, includes concise setup instructions, and returns clean CSVs that match the JSON fields exactly.

Deliverables
• Source code with inline comments
• Example .env or config file for keys / tokens
• Two sample CSVs—one for profiles, one for activity logs—generated from test calls
• A short README describing setup, execution, and parameter options

I’m ready to share the API docs and keys once we start, and I’ll test the script by running it on my side against live data.